HEX: #490E7F
RGB: (73,14,127)
#490E7F contains mainly red and blue colors. Web safe color of #490E7F is #330066 (or #306).
#490E7F color RGB value is (73,14,127).
RGB: (73,14,127) (29%,5%,50%)
R 73 of 255 = 29%
G 14 of 255 = 5%
B 127 of 255 = 50%
R + G + B ~ 28%. #490E7F is quite dark color.
R + G + B =
73 + 14 + 127 = 214 (100%)
R 73 of 214 ~ 34.11%
G 14 of 214 ~ 6.54%
B 127 of 214 ~ 59.35%
#490E7F color CMYK value is (43,89,0,50).
CMYK: (43,89,0,50) C43M89Y0K50 (43%,89%,0%,50%) (0.43/0.89/0.00/0.50)
49 | 0E | 7F | |
---|---|---|---|
RGB | 73 | 14 | 127 |
HSL | 271° | 80.14% | 27.65% |
HSB/HSV | 271° | 88.98% | 49.80% |
CMYK | 42.52% | 88.98% | 0.00% |
50.20% |
HEX | 49 | 0E | 7F |
Decimal | 73 | 14 | 127 |
Binary | 1001001 | 1110 | 1111111 |
Octal | 111 | 16 | 177 |
Examples of css and html codes for elements with #490E7F color. Also use rgb(73,14,127) instead hex code.
.myTextColor { color: #490E7F; }
<p style="color:#490E7F">This sample text font color is #490E7F.</p>
This text font color is #490E7F.
.myBgColor { background-color: #490E7F; }
<div style="background-color:#490E7F">Inner text</div>
This div background color is #490E7F.
.myBorderColor { border: 1px solid #490E7F; }
<div style="border:3px solid #490E7F">Div</div>
This div border color is #490E7F.
.myOpacity80 { color: #490E7F; opacity: 0.8; }
<p style="color:#490E7F;opacity:0.8;">80%</p>
Text with #490E7F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #490E7F;}
<p style="text-shadow: 3px 3px 1px #490E7F">Text here.</p>
This text has shadow with #490E7F color.
.textShadow {text-shadow: 3px 3px 1px #490E7F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #490E7F, 5px 5px 20px red">Text here.</p>
This text has shadow with #490E7F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#490E7F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#490E7F, Direction=45, Strength=4)">Text</p>
This text has shadow with #490E7F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #490E7F; -webkit-box-shadow: 1px 1px 3px 2px #490E7F; box-shadow: 1px 1px 3px 2px #490E7F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #490E7F; -webkit-box-shadow: 1px 1px 3px 2px #490E7F; box-shadow:1px 1px 3px 2px #490E7F;">
Div content here</div>
This text has color #490E7F on black background.
This text has color #490E7F on white background.
This text has black color on #490E7F background.
This text has white color on #490E7F background.