HEX: #476CBD
RGB: (71,108,189)
#476CBD contains mainly blue color. #476CBD ‘ nin web güvenlik rengi #3366CC (ya da #36C) dir.
#476CBD color RGB value is (71,108,189).
RGB: (71,108,189)
(28%, 42%, 74%)
R 71 of 255 = 28%
G 108 of 255 = 42%
B 189 of 255 = 74%
R + G + B ~ 48%. #476CBD is middle color (not dark and not light).
R + G + B = 71 + 108 + 189 = 368 (100%)
R 71 of 368 ~ 19.29%
G 108 of 368 ~ 29.35%
B 189 of 368 ~ 51.36'%
#476CBD rengi CMYK tonu (62,43,0,26).
CMYK: (62,43,0,26) C62M43Y0K26 (62%,43%,0%,26%) (0.62/0.43/0.00/0.26)
Color #476CBD in popluar color models
47 | 6C | BD | |
---|---|---|---|
RGB | 71 | 108 | 189 |
HSL | 221° | 47.20% | 50.98% |
HSB/HSV | 221° | 62.43% | 74.12% |
CMYK | 62.43% | 42.86% | 0.00% |
25.88% |
Color #476CBD in popluar number systems.
HEX | 47 | 6C | BD |
Decimal | 71 | 108 | 189 |
Binary | 1000111 | 1101100 | 10111101 |
Octal | 107 | 154 | 275 |
Shades of #476CBD
Tints of #476CBD
Examples of css and html codes for elements with #476CBD color. Also use rgb(71,108,189) instead hex code.
.myTextColor { color: #476CBD; }
<p style="color:#476CBD">This sample text font color is #476CBD.</p>
This text font color is #476CBD.
.myBgColor { background-color: #476CBD; }
<div style="background-color:#476CBD">Inner text</div>
This div background color is #476CBD.
.myBorderColor { border: 1px solid #476CBD; }
<div style="border:3px solid #476CBD">Div</div>
This div border color is #476CBD.
.myOpacity80 { color: #476CBD; opacity: 0.8; }
<p style="color:#476CBD;opacity:0.8;">80%</p>
Text with #476CBD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #476CBD;}
<p style="text-shadow: 3px 3px 1px #476CBD">Text here.</p>
This text has shadow with #476CBD color.
.textShadow {text-shadow: 3px 3px 1px #476CBD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #476CBD, 5px 5px 20px red">Text here.</p>
This text has shadow with #476CBD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#476CBD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#476CBD, Direction=45, Strength=4)">Text</p>
This text has shadow with #476CBD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #476CBD;
-webkit-box-shadow: 1px 1px 3px 2px #476CBD;
box-shadow: 1px 1px 3px 2px #476CBD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #476CBD; -webkit-box-shadow: 1px 1px 3px 2px #476CBD; box-shadow:1px 1px 3px 2px #476CBD;">
Div content here
</div>
This text has color #476CBD on black background.
This text has color #476CBD on white background.
This text has black color on #476CBD background.
This text has white color on #476CBD background.
Complementary color for #hex is #B89342.