HEX: #471474
RGB: (71,20,116)
#471474 contains mainly red and blue colors. Web safe color of #471474 is #330066 (or #306).
#471474 color RGB value is (71,20,116).
RGB: (71,20,116)
(28%, 8%, 45%)
R 71 of 255 = 28%
G 20 of 255 = 8%
B 116 of 255 = 45%
R + G + B ~ 27%. #471474 is quite dark color.
R + G + B = 71 + 20 + 116 = 207 (100%)
R 71 of 207 ~ 34.3%
G 20 of 207 ~ 9.66%
B 116 of 207 ~ 56.04'%
#471474 color CMYK value is (39,83,0,55).
CMYK: (39,83,0,55) C39M83Y0K55 (39%,83%,0%,55%) (0.39/0.83/0.00/0.55)
Color #471474 in popluar color models
47 | 14 | 74 | |
---|---|---|---|
RGB | 71 | 20 | 116 |
HSL | 272° | 70.59% | 26.67% |
HSB/HSV | 272° | 82.76% | 45.49% |
CMYK | 38.79% | 82.76% | 0.00% |
54.51% |
Color #471474 in popluar number systems.
HEX | 47 | 14 | 74 |
Decimal | 71 | 20 | 116 |
Binary | 1000111 | 10100 | 1110100 |
Octal | 107 | 24 | 164 |
Shades of #471474
Tints of #471474
Examples of css and html codes for elements with #471474 color. Also use rgb(71,20,116) instead hex code.
.myTextColor { color: #471474; }
<p style="color:#471474">This sample text font color is #471474.</p>
This text font color is #471474.
.myBgColor { background-color: #471474; }
<div style="background-color:#471474">Inner text</div>
This div background color is #471474.
.myBorderColor { border: 1px solid #471474; }
<div style="border:3px solid #471474">Div</div>
This div border color is #471474.
.myOpacity80 { color: #471474; opacity: 0.8; }
<p style="color:#471474;opacity:0.8;">80%</p>
Text with #471474 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #471474;}
<p style="text-shadow: 3px 3px 1px #471474">Text here.</p>
This text has shadow with #471474 color.
.textShadow {text-shadow: 3px 3px 1px #471474', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #471474, 5px 5px 20px red">Text here.</p>
This text has shadow with #471474 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#471474, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#471474, Direction=45, Strength=4)">Text</p>
This text has shadow with #471474 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #471474;
-webkit-box-shadow: 1px 1px 3px 2px #471474;
box-shadow: 1px 1px 3px 2px #471474;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #471474; -webkit-box-shadow: 1px 1px 3px 2px #471474; box-shadow:1px 1px 3px 2px #471474;">
Div content here
</div>
This text has color #471474 on black background.
This text has color #471474 on white background.
This text has black color on #471474 background.
This text has white color on #471474 background.
Complementary color for #hex is #B8EB8B.