HEX: #490C9A
RGB: (73,12,154)
#490C9A contains mainly blue color. Web safe color of #490C9A is #330099 (or #309).
#490C9A color RGB value is (73,12,154).
RGB: (73,12,154)
(29%, 5%, 60%)
R 73 of 255 = 29%
G 12 of 255 = 5%
B 154 of 255 = 60%
R + G + B ~ 31%. #490C9A is quite dark color.
R + G + B = 73 + 12 + 154 = 239 (100%)
R 73 of 239 ~ 30.54%
G 12 of 239 ~ 5.02%
B 154 of 239 ~ 64.44'%
#490C9A color CMYK value is (53,92,0,40).
CMYK: (53,92,0,40)
C53M92Y0K40 (53%, 92%, 0%, 40%)
(0.53 / 0.92 / 0.00 / 0.40)
Color #490C9A in popluar color models
49 | 0C | 9A | |
---|---|---|---|
RGB | 73 | 12 | 154 |
HSL | 266° | 85.54% | 32.55% |
HSB/HSV | 266° | 92.21% | 60.39% |
CMYK | 52.60% | 92.21% | 0.00% |
39.61% |
Color #490C9A in popluar number systems.
HEX | 49 | 0C | 9A |
Decimal | 73 | 12 | 154 |
Binary | 1001001 | 1100 | 10011010 |
Octal | 111 | 14 | 232 |
Shades of #490C9A
Tints of #490C9A
Examples of css and html codes for elements with #490C9A color. Also use rgb(73,12,154) instead hex code.
.myTextColor { color: #490C9A; }
<p style="color:#490C9A">This sample text font color is #490C9A.</p>
This text font color is #490C9A.
.myBgColor { background-color: #490C9A; }
<div style="background-color:#490C9A">Inner text</div>
This div background color is #490C9A.
.myBorderColor { border: 1px solid #490C9A; }
<div style="border:3px solid #490C9A">Div</div>
This div border color is #490C9A.
.myOpacity80 { color: #490C9A; opacity: 0.8; }
<p style="color:#490C9A;opacity:0.8;">80%</p>
Text with #490C9A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #490C9A;}
<p style="text-shadow: 3px 3px 1px #490C9A">Text here.</p>
This text has shadow with #490C9A color.
.textShadow {text-shadow: 3px 3px 1px #490C9A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #490C9A, 5px 5px 20px red">Text here.</p>
This text has shadow with #490C9A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#490C9A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#490C9A, Direction=45, Strength=4)">Text</p>
This text has shadow with #490C9A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #490C9A;
-webkit-box-shadow: 1px 1px 3px 2px #490C9A;
box-shadow: 1px 1px 3px 2px #490C9A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #490C9A; -webkit-box-shadow: 1px 1px 3px 2px #490C9A; box-shadow:1px 1px 3px 2px #490C9A;">
Div content here
</div>
This text has color #490C9A on black background.
This text has color #490C9A on white background.
This text has black color on #490C9A background.
This text has white color on #490C9A background.
Complementary color for #hex is #B6F365.