HEX: #474367
RGB: (71,67,103)
#474367 contains red, green and blue colors in about the same proportion. Web safe color of #474367 is #333366 (or #336).
#474367 color RGB value is (71,67,103).
RGB: (71,67,103) (28%,26%,40%)
R 71 of 255 = 28%
G 67 of 255 = 26%
B 103 of 255 = 40%
R + G + B ~ 31%. #474367 is quite dark color.
R + G + B =
71 + 67 + 103 = 241 (100%)
R 71 of 241 ~ 29.46%
G 67 of 241 ~ 27.8%
B 103 of 241 ~ 42.74%
#474367 color CMYK value is (31,35,0,60).
CMYK: (31,35,0,60) C31M35Y0K60 (31%,35%,0%,60%) (0.31/0.35/0.00/0.60)
47 | 43 | 67 | |
---|---|---|---|
RGB | 71 | 67 | 103 |
HSL | 247° | 21.18% | 33.33% |
HSB/HSV | 247° | 34.95% | 40.39% |
CMYK | 31.07% | 34.95% | 0.00% |
59.61% |
HEX | 47 | 43 | 67 |
Decimal | 71 | 67 | 103 |
Binary | 1000111 | 1000011 | 1100111 |
Octal | 107 | 103 | 147 |
Examples of css and html codes for elements with #474367 color. Also use rgb(71,67,103) instead hex code.
.myTextColor { color: #474367; }
<p style="color:#474367">This sample text font color is #474367.</p>
This text font color is #474367.
.myBgColor { background-color: #474367; }
<div style="background-color:#474367">Inner text</div>
This div background color is #474367.
.myBorderColor { border: 1px solid #474367; }
<div style="border:3px solid #474367">Div</div>
This div border color is #474367.
.myOpacity80 { color: #474367; opacity: 0.8; }
<p style="color:#474367;opacity:0.8;">80%</p>
Text with #474367 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #474367;}
<p style="text-shadow: 3px 3px 1px #474367">Text here.</p>
This text has shadow with #474367 color.
.textShadow {text-shadow: 3px 3px 1px #474367, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #474367, 5px 5px 20px red">Text here.</p>
This text has shadow with #474367 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#474367, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#474367, Direction=45, Strength=4)">Text</p>
This text has shadow with #474367 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #474367; -webkit-box-shadow: 1px 1px 3px 2px #474367; box-shadow: 1px 1px 3px 2px #474367; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #474367; -webkit-box-shadow: 1px 1px 3px 2px #474367; box-shadow:1px 1px 3px 2px #474367;">
Div content here</div>
This text has color #474367 on black background.
This text has color #474367 on white background.
This text has black color on #474367 background.
This text has white color on #474367 background.