HEX: #474962
RGB: (71,73,98)
#474962 contains red, green and blue colors in about the same proportion. Web safe color of #474962 is #333366 (or #336).
#474962 color RGB value is (71,73,98).
RGB: (71,73,98) (28%,29%,38%)
R 71 of 255 = 28%
G 73 of 255 = 29%
B 98 of 255 = 38%
R + G + B ~ 32%. #474962 is quite dark color.
R + G + B =
71 + 73 + 98 = 242 (100%)
R 71 of 242 ~ 29.34%
G 73 of 242 ~ 30.17%
B 98 of 242 ~ 40.5%
#474962 color CMYK value is (28,26,0,62).
CMYK: (28,26,0,62) C28M26Y0K62 (28%,26%,0%,62%) (0.28/0.26/0.00/0.62)
47 | 49 | 62 | |
---|---|---|---|
RGB | 71 | 73 | 98 |
HSL | 236° | 15.98% | 33.14% |
HSB/HSV | 236° | 27.55% | 38.43% |
CMYK | 27.55% | 25.51% | 0.00% |
61.57% |
HEX | 47 | 49 | 62 |
Decimal | 71 | 73 | 98 |
Binary | 1000111 | 1001001 | 1100010 |
Octal | 107 | 111 | 142 |
Examples of css and html codes for elements with #474962 color. Also use rgb(71,73,98) instead hex code.
.myTextColor { color: #474962; }
<p style="color:#474962">This sample text font color is #474962.</p>
This text font color is #474962.
.myBgColor { background-color: #474962; }
<div style="background-color:#474962">Inner text</div>
This div background color is #474962.
.myBorderColor { border: 1px solid #474962; }
<div style="border:3px solid #474962">Div</div>
This div border color is #474962.
.myOpacity80 { color: #474962; opacity: 0.8; }
<p style="color:#474962;opacity:0.8;">80%</p>
Text with #474962 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #474962;}
<p style="text-shadow: 3px 3px 1px #474962">Text here.</p>
This text has shadow with #474962 color.
.textShadow {text-shadow: 3px 3px 1px #474962, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #474962, 5px 5px 20px red">Text here.</p>
This text has shadow with #474962 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#474962, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#474962, Direction=45, Strength=4)">Text</p>
This text has shadow with #474962 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #474962; -webkit-box-shadow: 1px 1px 3px 2px #474962; box-shadow: 1px 1px 3px 2px #474962; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #474962; -webkit-box-shadow: 1px 1px 3px 2px #474962; box-shadow:1px 1px 3px 2px #474962;">
Div content here</div>
This text has color #474962 on black background.
This text has color #474962 on white background.
This text has black color on #474962 background.
This text has white color on #474962 background.