HEX: #474F83
RGB: (71,79,131)
#474F83 contains mainly green and blue colors. Web safe color of #474F83 is #336699 (or #369).
#474F83 color RGB value is (71,79,131).
RGB: (71,79,131)
(28%, 31%, 51%)
R 71 of 255 = 28%
G 79 of 255 = 31%
B 131 of 255 = 51%
R + G + B ~ 37%. #474F83 is quite dark color.
R + G + B = 71 + 79 + 131 = 281 (100%)
R 71 of 281 ~ 25.27%
G 79 of 281 ~ 28.11%
B 131 of 281 ~ 46.62'%
#474F83 color CMYK value is (46,40,0,49).
CMYK: (46,40,0,49) C46M40Y0K49 (46%,40%,0%,49%) (0.46/0.40/0.00/0.49)
Color #474F83 in popluar color models
47 | 4F | 83 | |
---|---|---|---|
RGB | 71 | 79 | 131 |
HSL | 232° | 29.70% | 39.61% |
HSB/HSV | 232° | 45.80% | 51.37% |
CMYK | 45.80% | 39.69% | 0.00% |
48.63% |
Color #474F83 in popluar number systems.
HEX | 47 | 4F | 83 |
Decimal | 71 | 79 | 131 |
Binary | 1000111 | 1001111 | 10000011 |
Octal | 107 | 117 | 203 |
Shades of #474F83
Tints of #474F83
Examples of css and html codes for elements with #474F83 color. Also use rgb(71,79,131) instead hex code.
.myTextColor { color: #474F83; }
<p style="color:#474F83">This sample text font color is #474F83.</p>
This text font color is #474F83.
.myBgColor { background-color: #474F83; }
<div style="background-color:#474F83">Inner text</div>
This div background color is #474F83.
.myBorderColor { border: 1px solid #474F83; }
<div style="border:3px solid #474F83">Div</div>
This div border color is #474F83.
.myOpacity80 { color: #474F83; opacity: 0.8; }
<p style="color:#474F83;opacity:0.8;">80%</p>
Text with #474F83 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #474F83;}
<p style="text-shadow: 3px 3px 1px #474F83">Text here.</p>
This text has shadow with #474F83 color.
.textShadow {text-shadow: 3px 3px 1px #474F83', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #474F83, 5px 5px 20px red">Text here.</p>
This text has shadow with #474F83 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#474F83, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#474F83, Direction=45, Strength=4)">Text</p>
This text has shadow with #474F83 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #474F83;
-webkit-box-shadow: 1px 1px 3px 2px #474F83;
box-shadow: 1px 1px 3px 2px #474F83;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #474F83; -webkit-box-shadow: 1px 1px 3px 2px #474F83; box-shadow:1px 1px 3px 2px #474F83;">
Div content here
</div>
This text has color #474F83 on black background.
This text has color #474F83 on white background.
This text has black color on #474F83 background.
This text has white color on #474F83 background.
Complementary color for #hex is #B8B07C.