HEX: #474692
RGB: (71,70,146)
#474692 contains mainly blue color. Web safe color of #474692 is #333399 (or #339).
#474692 color RGB value is (71,70,146).
RGB: (71,70,146)
(28%, 27%, 57%)
R 71 of 255 = 28%
G 70 of 255 = 27%
B 146 of 255 = 57%
R + G + B ~ 37%. #474692 is quite dark color.
R + G + B = 71 + 70 + 146 = 287 (100%)
R 71 of 287 ~ 24.74%
G 70 of 287 ~ 24.39%
B 146 of 287 ~ 50.87'%
#474692 color CMYK value is (51,52,0,43).
CMYK: (51,52,0,43)
C51M52Y0K43 (51%, 52%, 0%, 43%)
(0.51 / 0.52 / 0.00 / 0.43)
Color #474692 in popluar color models
47 | 46 | 92 | |
---|---|---|---|
RGB | 71 | 70 | 146 |
HSL | 241° | 35.19% | 42.35% |
HSB/HSV | 241° | 52.05% | 57.25% |
CMYK | 51.37% | 52.05% | 0.00% |
42.75% |
Color #474692 in popluar number systems.
HEX | 47 | 46 | 92 |
Decimal | 71 | 70 | 146 |
Binary | 1000111 | 1000110 | 10010010 |
Octal | 107 | 106 | 222 |
Shades of #474692
Tints of #474692
Examples of css and html codes for elements with #474692 color. Also use rgb(71,70,146) instead hex code.
.myTextColor { color: #474692; }
<p style="color:#474692">This sample text font color is #474692.</p>
This text font color is #474692.
.myBgColor { background-color: #474692; }
<div style="background-color:#474692">Inner text</div>
This div background color is #474692.
.myBorderColor { border: 1px solid #474692; }
<div style="border:3px solid #474692">Div</div>
This div border color is #474692.
.myOpacity80 { color: #474692; opacity: 0.8; }
<p style="color:#474692;opacity:0.8;">80%</p>
Text with #474692 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #474692;}
<p style="text-shadow: 3px 3px 1px #474692">Text here.</p>
This text has shadow with #474692 color.
.textShadow {text-shadow: 3px 3px 1px #474692', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #474692, 5px 5px 20px red">Text here.</p>
This text has shadow with #474692 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#474692, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#474692, Direction=45, Strength=4)">Text</p>
This text has shadow with #474692 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #474692;
-webkit-box-shadow: 1px 1px 3px 2px #474692;
box-shadow: 1px 1px 3px 2px #474692;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #474692; -webkit-box-shadow: 1px 1px 3px 2px #474692; box-shadow:1px 1px 3px 2px #474692;">
Div content here
</div>
This text has color #474692 on black background.
This text has color #474692 on white background.
This text has black color on #474692 background.
This text has white color on #474692 background.
Complementary color for #hex is #B8B96D.