HEX: #472461
RGB: (71,36,97)
#472461 contains mainly red and blue colors. Web safe color of #472461 is #333366 (or #336).
#472461 color RGB value is (71,36,97).
RGB: (71,36,97)
(28%, 14%, 38%)
R 71 of 255 = 28%
G 36 of 255 = 14%
B 97 of 255 = 38%
R + G + B ~ 27%. #472461 is quite dark color.
R + G + B = 71 + 36 + 97 = 204 (100%)
R 71 of 204 ~ 34.8%
G 36 of 204 ~ 17.65%
B 97 of 204 ~ 47.55'%
#472461 color CMYK value is (27,63,0,62).
CMYK: (27,63,0,62) C27M63Y0K62 (27%,63%,0%,62%) (0.27/0.63/0.00/0.62)
Color #472461 in popluar color models
47 | 24 | 61 | |
---|---|---|---|
RGB | 71 | 36 | 97 |
HSL | 274° | 45.86% | 26.08% |
HSB/HSV | 274° | 62.89% | 38.04% |
CMYK | 26.80% | 62.89% | 0.00% |
61.96% |
Color #472461 in popluar number systems.
HEX | 47 | 24 | 61 |
Decimal | 71 | 36 | 97 |
Binary | 1000111 | 100100 | 1100001 |
Octal | 107 | 44 | 141 |
Shades of #472461
Tints of #472461
Examples of css and html codes for elements with #472461 color. Also use rgb(71,36,97) instead hex code.
.myTextColor { color: #472461; }
<p style="color:#472461">This sample text font color is #472461.</p>
This text font color is #472461.
.myBgColor { background-color: #472461; }
<div style="background-color:#472461">Inner text</div>
This div background color is #472461.
.myBorderColor { border: 1px solid #472461; }
<div style="border:3px solid #472461">Div</div>
This div border color is #472461.
.myOpacity80 { color: #472461; opacity: 0.8; }
<p style="color:#472461;opacity:0.8;">80%</p>
Text with #472461 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #472461;}
<p style="text-shadow: 3px 3px 1px #472461">Text here.</p>
This text has shadow with #472461 color.
.textShadow {text-shadow: 3px 3px 1px #472461', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #472461, 5px 5px 20px red">Text here.</p>
This text has shadow with #472461 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#472461, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#472461, Direction=45, Strength=4)">Text</p>
This text has shadow with #472461 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #472461;
-webkit-box-shadow: 1px 1px 3px 2px #472461;
box-shadow: 1px 1px 3px 2px #472461;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #472461; -webkit-box-shadow: 1px 1px 3px 2px #472461; box-shadow:1px 1px 3px 2px #472461;">
Div content here
</div>
This text has color #472461 on black background.
This text has color #472461 on white background.
This text has black color on #472461 background.
This text has white color on #472461 background.
Complementary color for #hex is #B8DB9E.