HEX: #492A6C
RGB: (73,42,108)
#492A6C contains mainly red and blue colors. Web safe color of #492A6C is #333366 (or #336).
#492A6C color RGB value is (73,42,108).
RGB: (73,42,108)
(29%, 16%, 42%)
R 73 of 255 = 29%
G 42 of 255 = 16%
B 108 of 255 = 42%
R + G + B ~ 29%. #492A6C is quite dark color.
R + G + B = 73 + 42 + 108 = 223 (100%)
R 73 of 223 ~ 32.74%
G 42 of 223 ~ 18.83%
B 108 of 223 ~ 48.43'%
#492A6C color CMYK value is (32,61,0,58).
CMYK: (32,61,0,58) C32M61Y0K58 (32%,61%,0%,58%) (0.32/0.61/0.00/0.58)
Color #492A6C in popluar color models
49 | 2A | 6C | |
---|---|---|---|
RGB | 73 | 42 | 108 |
HSL | 268° | 44.00% | 29.41% |
HSB/HSV | 268° | 61.11% | 42.35% |
CMYK | 32.41% | 61.11% | 0.00% |
57.65% |
Color #492A6C in popluar number systems.
HEX | 49 | 2A | 6C |
Decimal | 73 | 42 | 108 |
Binary | 1001001 | 101010 | 1101100 |
Octal | 111 | 52 | 154 |
Shades of #492A6C
Tints of #492A6C
Examples of css and html codes for elements with #492A6C color. Also use rgb(73,42,108) instead hex code.
.myTextColor { color: #492A6C; }
<p style="color:#492A6C">This sample text font color is #492A6C.</p>
This text font color is #492A6C.
.myBgColor { background-color: #492A6C; }
<div style="background-color:#492A6C">Inner text</div>
This div background color is #492A6C.
.myBorderColor { border: 1px solid #492A6C; }
<div style="border:3px solid #492A6C">Div</div>
This div border color is #492A6C.
.myOpacity80 { color: #492A6C; opacity: 0.8; }
<p style="color:#492A6C;opacity:0.8;">80%</p>
Text with #492A6C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #492A6C;}
<p style="text-shadow: 3px 3px 1px #492A6C">Text here.</p>
This text has shadow with #492A6C color.
.textShadow {text-shadow: 3px 3px 1px #492A6C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #492A6C, 5px 5px 20px red">Text here.</p>
This text has shadow with #492A6C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#492A6C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#492A6C, Direction=45, Strength=4)">Text</p>
This text has shadow with #492A6C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #492A6C;
-webkit-box-shadow: 1px 1px 3px 2px #492A6C;
box-shadow: 1px 1px 3px 2px #492A6C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #492A6C; -webkit-box-shadow: 1px 1px 3px 2px #492A6C; box-shadow:1px 1px 3px 2px #492A6C;">
Div content here
</div>
This text has color #492A6C on black background.
This text has color #492A6C on white background.
This text has black color on #492A6C background.
This text has white color on #492A6C background.
Complementary color for #hex is #B6D593.