HEX: #492288
RGB: (73,34,136)
#492288 contains mainly blue color. Web safe color of #492288 is #333399 (or #339).
#492288 color RGB value is (73,34,136).
RGB: (73,34,136)
(29%, 13%, 53%)
R 73 of 255 = 29%
G 34 of 255 = 13%
B 136 of 255 = 53%
R + G + B ~ 32%. #492288 is quite dark color.
R + G + B = 73 + 34 + 136 = 243 (100%)
R 73 of 243 ~ 30.04%
G 34 of 243 ~ 13.99%
B 136 of 243 ~ 55.97'%
#492288 color CMYK value is (46,75,0,47).
CMYK: (46,75,0,47)
C46M75Y0K47 (46%, 75%, 0%, 47%)
(0.46 / 0.75 / 0.00 / 0.47)
Color #492288 in popluar color models
49 | 22 | 88 | |
---|---|---|---|
RGB | 73 | 34 | 136 |
HSL | 263° | 60.00% | 33.33% |
HSB/HSV | 263° | 75.00% | 53.33% |
CMYK | 46.32% | 75.00% | 0.00% |
46.67% |
Color #492288 in popluar number systems.
HEX | 49 | 22 | 88 |
Decimal | 73 | 34 | 136 |
Binary | 1001001 | 100010 | 10001000 |
Octal | 111 | 42 | 210 |
Shades of #492288
Tints of #492288
Examples of css and html codes for elements with #492288 color. Also use rgb(73,34,136) instead hex code.
.myTextColor { color: #492288; }
<p style="color:#492288">This sample text font color is #492288.</p>
This text font color is #492288.
.myBgColor { background-color: #492288; }
<div style="background-color:#492288">Inner text</div>
This div background color is #492288.
.myBorderColor { border: 1px solid #492288; }
<div style="border:3px solid #492288">Div</div>
This div border color is #492288.
.myOpacity80 { color: #492288; opacity: 0.8; }
<p style="color:#492288;opacity:0.8;">80%</p>
Text with #492288 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #492288;}
<p style="text-shadow: 3px 3px 1px #492288">Text here.</p>
This text has shadow with #492288 color.
.textShadow {text-shadow: 3px 3px 1px #492288', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #492288, 5px 5px 20px red">Text here.</p>
This text has shadow with #492288 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#492288, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#492288, Direction=45, Strength=4)">Text</p>
This text has shadow with #492288 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #492288;
-webkit-box-shadow: 1px 1px 3px 2px #492288;
box-shadow: 1px 1px 3px 2px #492288;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #492288; -webkit-box-shadow: 1px 1px 3px 2px #492288; box-shadow:1px 1px 3px 2px #492288;">
Div content here
</div>
This text has color #492288 on black background.
This text has color #492288 on white background.
This text has black color on #492288 background.
This text has white color on #492288 background.
Complementary color for #hex is #B6DD77.