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