HEX: #47487F
RGB: (71,72,127)
#47487F contains red, green and blue colors in about the same proportion. Web safe color of #47487F is #333366 (or #336).
#47487F color RGB value is (71,72,127).
RGB: (71,72,127)
(28%, 28%, 50%)
R 71 of 255 = 28%
G 72 of 255 = 28%
B 127 of 255 = 50%
R + G + B ~ 35%. #47487F is quite dark color.
R + G + B = 71 + 72 + 127 = 270 (100%)
R 71 of 270 ~ 26.3%
G 72 of 270 ~ 26.67%
B 127 of 270 ~ 47.04'%
#47487F color CMYK value is (44,43,0,50).
CMYK: (44,43,0,50)
C44M43Y0K50 (44%, 43%, 0%, 50%)
(0.44 / 0.43 / 0.00 / 0.50)
Color #47487F in popluar color models
47 | 48 | 7F | |
---|---|---|---|
RGB | 71 | 72 | 127 |
HSL | 239° | 28.28% | 38.82% |
HSB/HSV | 239° | 44.09% | 49.80% |
CMYK | 44.09% | 43.31% | 0.00% |
50.20% |
Color #47487F in popluar number systems.
HEX | 47 | 48 | 7F |
Decimal | 71 | 72 | 127 |
Binary | 1000111 | 1001000 | 1111111 |
Octal | 107 | 110 | 177 |
Shades of #47487F
Tints of #47487F
Examples of css and html codes for elements with #47487F color. Also use rgb(71,72,127) instead hex code.
.myTextColor { color: #47487F; }
<p style="color:#47487F">This sample text font color is #47487F.</p>
This text font color is #47487F.
.myBgColor { background-color: #47487F; }
<div style="background-color:#47487F">Inner text</div>
This div background color is #47487F.
.myBorderColor { border: 1px solid #47487F; }
<div style="border:3px solid #47487F">Div</div>
This div border color is #47487F.
.myOpacity80 { color: #47487F; opacity: 0.8; }
<p style="color:#47487F;opacity:0.8;">80%</p>
Text with #47487F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47487F;}
<p style="text-shadow: 3px 3px 1px #47487F">Text here.</p>
This text has shadow with #47487F color.
.textShadow {text-shadow: 3px 3px 1px #47487F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47487F, 5px 5px 20px red">Text here.</p>
This text has shadow with #47487F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47487F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47487F, Direction=45, Strength=4)">Text</p>
This text has shadow with #47487F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #47487F;
-webkit-box-shadow: 1px 1px 3px 2px #47487F;
box-shadow: 1px 1px 3px 2px #47487F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47487F; -webkit-box-shadow: 1px 1px 3px 2px #47487F; box-shadow:1px 1px 3px 2px #47487F;">
Div content here
</div>
This text has color #47487F on black background.
This text has color #47487F on white background.
This text has black color on #47487F background.
This text has white color on #47487F background.
Complementary color for #hex is #B8B780.