HEX: #473155
RGB: (71,49,85)
#473155 contains red, green and blue colors in about the same proportion. Web safe color of #473155 is #333366 (or #336).
#473155 color RGB value is (71,49,85).
RGB: (71,49,85) (28%,19%,33%)
R 71 of 255 = 28%
G 49 of 255 = 19%
B 85 of 255 = 33%
R + G + B ~ 27%. #473155 is quite dark color.
R + G + B =
71 + 49 + 85 = 205 (100%)
R 71 of 205 ~ 34.63%
G 49 of 205 ~ 23.9%
B 85 of 205 ~ 41.46%
#473155 color CMYK value is (16,42,0,67).
CMYK: (16,42,0,67) C16M42Y0K67 (16%,42%,0%,67%) (0.16/0.42/0.00/0.67)
47 | 31 | 55 | |
---|---|---|---|
RGB | 71 | 49 | 85 |
HSL | 277° | 26.87% | 26.27% |
HSB/HSV | 277° | 42.35% | 33.33% |
CMYK | 16.47% | 42.35% | 0.00% |
66.67% |
HEX | 47 | 31 | 55 |
Decimal | 71 | 49 | 85 |
Binary | 1000111 | 110001 | 1010101 |
Octal | 107 | 61 | 125 |
Examples of css and html codes for elements with #473155 color. Also use rgb(71,49,85) instead hex code.
.myTextColor { color: #473155; }
<p style="color:#473155">This sample text font color is #473155.</p>
This text font color is #473155.
.myBgColor { background-color: #473155; }
<div style="background-color:#473155">Inner text</div>
This div background color is #473155.
.myBorderColor { border: 1px solid #473155; }
<div style="border:3px solid #473155">Div</div>
This div border color is #473155.
.myOpacity80 { color: #473155; opacity: 0.8; }
<p style="color:#473155;opacity:0.8;">80%</p>
Text with #473155 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #473155;}
<p style="text-shadow: 3px 3px 1px #473155">Text here.</p>
This text has shadow with #473155 color.
.textShadow {text-shadow: 3px 3px 1px #473155, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #473155, 5px 5px 20px red">Text here.</p>
This text has shadow with #473155 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#473155, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#473155, Direction=45, Strength=4)">Text</p>
This text has shadow with #473155 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #473155; -webkit-box-shadow: 1px 1px 3px 2px #473155; box-shadow: 1px 1px 3px 2px #473155; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #473155; -webkit-box-shadow: 1px 1px 3px 2px #473155; box-shadow:1px 1px 3px 2px #473155;">
Div content here</div>
This text has color #473155 on black background.
This text has color #473155 on white background.
This text has black color on #473155 background.
This text has white color on #473155 background.