HEX: #474585
RGB: (71,69,133)
#474585 contains mainly blue color. Web safe color of #474585 is #333399 (or #339).
#474585 color RGB value is (71,69,133).
RGB: (71,69,133) (28%,27%,52%)
R 71 of 255 = 28%
G 69 of 255 = 27%
B 133 of 255 = 52%
R + G + B ~ 36%. #474585 is quite dark color.
R + G + B =
71 + 69 + 133 = 273 (100%)
R 71 of 273 ~ 26.01%
G 69 of 273 ~ 25.27%
B 133 of 273 ~ 48.72%
#474585 color CMYK value is (47,48,0,48).
CMYK: (47,48,0,48) C47M48Y0K48 (47%,48%,0%,48%) (0.47/0.48/0.00/0.48)
47 | 45 | 85 | |
---|---|---|---|
RGB | 71 | 69 | 133 |
HSL | 242° | 31.68% | 39.61% |
HSB/HSV | 242° | 48.12% | 52.16% |
CMYK | 46.62% | 48.12% | 0.00% |
47.84% |
HEX | 47 | 45 | 85 |
Decimal | 71 | 69 | 133 |
Binary | 1000111 | 1000101 | 10000101 |
Octal | 107 | 105 | 205 |
Examples of css and html codes for elements with #474585 color. Also use rgb(71,69,133) instead hex code.
.myTextColor { color: #474585; }
<p style="color:#474585">This sample text font color is #474585.</p>
This text font color is #474585.
.myBgColor { background-color: #474585; }
<div style="background-color:#474585">Inner text</div>
This div background color is #474585.
.myBorderColor { border: 1px solid #474585; }
<div style="border:3px solid #474585">Div</div>
This div border color is #474585.
.myOpacity80 { color: #474585; opacity: 0.8; }
<p style="color:#474585;opacity:0.8;">80%</p>
Text with #474585 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #474585;}
<p style="text-shadow: 3px 3px 1px #474585">Text here.</p>
This text has shadow with #474585 color.
.textShadow {text-shadow: 3px 3px 1px #474585, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #474585, 5px 5px 20px red">Text here.</p>
This text has shadow with #474585 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#474585, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#474585, Direction=45, Strength=4)">Text</p>
This text has shadow with #474585 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #474585; -webkit-box-shadow: 1px 1px 3px 2px #474585; box-shadow: 1px 1px 3px 2px #474585; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #474585; -webkit-box-shadow: 1px 1px 3px 2px #474585; box-shadow:1px 1px 3px 2px #474585;">
Div content here</div>
This text has color #474585 on black background.
This text has color #474585 on white background.
This text has black color on #474585 background.
This text has white color on #474585 background.