HEX: #492251
RGB: (73,34,81)
#492251 contains red, green and blue colors in about the same proportion. Web safe color of #492251 is #333366 (or #336).
#492251 color RGB value is (73,34,81).
RGB: (73,34,81)
(29%, 13%, 32%)
R 73 of 255 = 29%
G 34 of 255 = 13%
B 81 of 255 = 32%
R + G + B ~ 25%. #492251 is quite dark color.
R + G + B = 73 + 34 + 81 = 188 (100%)
R 73 of 188 ~ 38.83%
G 34 of 188 ~ 18.09%
B 81 of 188 ~ 43.09'%
#492251 color CMYK value is (10,58,0,68).
CMYK: (10,58,0,68) C10M58Y0K68 (10%,58%,0%,68%) (0.10/0.58/0.00/0.68)
Color #492251 in popluar color models
49 | 22 | 51 | |
---|---|---|---|
RGB | 73 | 34 | 81 |
HSL | 290° | 40.87% | 22.55% |
HSB/HSV | 290° | 58.02% | 31.76% |
CMYK | 9.88% | 58.02% | 0.00% |
68.24% |
Color #492251 in popluar number systems.
HEX | 49 | 22 | 51 |
Decimal | 73 | 34 | 81 |
Binary | 1001001 | 100010 | 1010001 |
Octal | 111 | 42 | 121 |
Shades of #492251
Tints of #492251
Examples of css and html codes for elements with #492251 color. Also use rgb(73,34,81) instead hex code.
.myTextColor { color: #492251; }
<p style="color:#492251">This sample text font color is #492251.</p>
This text font color is #492251.
.myBgColor { background-color: #492251; }
<div style="background-color:#492251">Inner text</div>
This div background color is #492251.
.myBorderColor { border: 1px solid #492251; }
<div style="border:3px solid #492251">Div</div>
This div border color is #492251.
.myOpacity80 { color: #492251; opacity: 0.8; }
<p style="color:#492251;opacity:0.8;">80%</p>
Text with #492251 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #492251;}
<p style="text-shadow: 3px 3px 1px #492251">Text here.</p>
This text has shadow with #492251 color.
.textShadow {text-shadow: 3px 3px 1px #492251', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #492251, 5px 5px 20px red">Text here.</p>
This text has shadow with #492251 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#492251, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#492251, Direction=45, Strength=4)">Text</p>
This text has shadow with #492251 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #492251;
-webkit-box-shadow: 1px 1px 3px 2px #492251;
box-shadow: 1px 1px 3px 2px #492251;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #492251; -webkit-box-shadow: 1px 1px 3px 2px #492251; box-shadow:1px 1px 3px 2px #492251;">
Div content here
</div>
This text has color #492251 on black background.
This text has color #492251 on white background.
This text has black color on #492251 background.
This text has white color on #492251 background.
Complementary color for #hex is #B6DDAE.