HEX: #470062
RGB: (71,0,98)
#470062 contains only red and blue colors. Web safe color of #470062 is #330066 (or #306).
#470062 color RGB value is (71,0,98).
RGB: (71,0,98)
(28%, 0%, 38%)
R 71 of 255 = 28%
G 0 of 255 = 0%
B 98 of 255 = 38%
R + G + B ~ 22%. #470062 is dark color.
R + G + B = 71 + 0 + 98 = 169 (100%)
R 71 of 169 ~ 42.01%
G 0 of 169 ~ 0%
B 98 of 169 ~ 57.99'%
#470062 color CMYK value is (28,100,0,62).
CMYK: (28,100,0,62)
C28M100Y0K62 (28%, 100%, 0%, 62%)
(0.28 / 1.00 / 0.00 / 0.62)
Color #470062 in popluar color models
47 | 00 | 62 | |
---|---|---|---|
RGB | 71 | 0 | 98 |
HSL | 283° | 100.00% | 19.22% |
HSB/HSV | 283° | 100.00% | 38.43% |
CMYK | 27.55% | 100.00% | 0.00% |
61.57% |
Color #470062 in popluar number systems.
HEX | 47 | 00 | 62 |
Decimal | 71 | 0 | 98 |
Binary | 1000111 | 0 | 1100010 |
Octal | 107 | 0 | 142 |
Shades of #470062
Tints of #470062
Examples of css and html codes for elements with #470062 color. Also use rgb(71,0,98) instead hex code.
.myTextColor { color: #470062; }
<p style="color:#470062">This sample text font color is #470062.</p>
This text font color is #470062.
.myBgColor { background-color: #470062; }
<div style="background-color:#470062">Inner text</div>
This div background color is #470062.
.myBorderColor { border: 1px solid #470062; }
<div style="border:3px solid #470062">Div</div>
This div border color is #470062.
.myOpacity80 { color: #470062; opacity: 0.8; }
<p style="color:#470062;opacity:0.8;">80%</p>
Text with #470062 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #470062;}
<p style="text-shadow: 3px 3px 1px #470062">Text here.</p>
This text has shadow with #470062 color.
.textShadow {text-shadow: 3px 3px 1px #470062', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #470062, 5px 5px 20px red">Text here.</p>
This text has shadow with #470062 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#470062, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#470062, Direction=45, Strength=4)">Text</p>
This text has shadow with #470062 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #470062;
-webkit-box-shadow: 1px 1px 3px 2px #470062;
box-shadow: 1px 1px 3px 2px #470062;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #470062; -webkit-box-shadow: 1px 1px 3px 2px #470062; box-shadow:1px 1px 3px 2px #470062;">
Div content here
</div>
This text has color #470062 on black background.
This text has color #470062 on white background.
This text has black color on #470062 background.
This text has white color on #470062 background.
Complementary color for #hex is #B8FF9D.