HEX: #475485
RGB: (71,84,133)
#475485 contains mainly green and blue colors. Web safe color of #475485 is #336699 (or #369).
#475485 color RGB value is (71,84,133).
RGB: (71,84,133)
(28%, 33%, 52%)
R 71 of 255 = 28%
G 84 of 255 = 33%
B 133 of 255 = 52%
R + G + B ~ 38%. #475485 is quite dark color.
R + G + B = 71 + 84 + 133 = 288 (100%)
R 71 of 288 ~ 24.65%
G 84 of 288 ~ 29.17%
B 133 of 288 ~ 46.18'%
#475485 color CMYK value is (47,37,0,48).
CMYK: (47,37,0,48)
C47M37Y0K48 (47%, 37%, 0%, 48%)
(0.47 / 0.37 / 0.00 / 0.48)
Color #475485 in popluar color models
47 | 54 | 85 | |
---|---|---|---|
RGB | 71 | 84 | 133 |
HSL | 227° | 30.39% | 40.00% |
HSB/HSV | 227° | 46.62% | 52.16% |
CMYK | 46.62% | 36.84% | 0.00% |
47.84% |
Color #475485 in popluar number systems.
HEX | 47 | 54 | 85 |
Decimal | 71 | 84 | 133 |
Binary | 1000111 | 1010100 | 10000101 |
Octal | 107 | 124 | 205 |
Shades of #475485
Tints of #475485
Examples of css and html codes for elements with #475485 color. Also use rgb(71,84,133) instead hex code.
.myTextColor { color: #475485; }
<p style="color:#475485">This sample text font color is #475485.</p>
This text font color is #475485.
.myBgColor { background-color: #475485; }
<div style="background-color:#475485">Inner text</div>
This div background color is #475485.
.myBorderColor { border: 1px solid #475485; }
<div style="border:3px solid #475485">Div</div>
This div border color is #475485.
.myOpacity80 { color: #475485; opacity: 0.8; }
<p style="color:#475485;opacity:0.8;">80%</p>
Text with #475485 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #475485;}
<p style="text-shadow: 3px 3px 1px #475485">Text here.</p>
This text has shadow with #475485 color.
.textShadow {text-shadow: 3px 3px 1px #475485', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #475485, 5px 5px 20px red">Text here.</p>
This text has shadow with #475485 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#475485, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#475485, Direction=45, Strength=4)">Text</p>
This text has shadow with #475485 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #475485;
-webkit-box-shadow: 1px 1px 3px 2px #475485;
box-shadow: 1px 1px 3px 2px #475485;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #475485; -webkit-box-shadow: 1px 1px 3px 2px #475485; box-shadow:1px 1px 3px 2px #475485;">
Div content here
</div>
This text has color #475485 on black background.
This text has color #475485 on white background.
This text has black color on #475485 background.
This text has white color on #475485 background.
Complementary color for #hex is #B8AB7A.