HEX: #490441
RGB: (73,4,65)
#490441 contains mainly red and blue colors. Web safe color of #490441 is #330033 (or #303).
#490441 color RGB value is (73,4,65).
RGB: (73,4,65) (29%,2%,25%)
R 73 of 255 = 29%
G 4 of 255 = 2%
B 65 of 255 = 25%
R + G + B ~ 19%. #490441 is dark color.
R + G + B =
73 + 4 + 65 = 142 (100%)
R 73 of 142 ~ 51.41%
G 4 of 142 ~ 2.82%
B 65 of 142 ~ 45.77%
#490441 color CMYK value is (0,95,11,71).
CMYK: (0,95,11,71) C0M95Y11K71 (0%,95%,11%,71%) (0.00/0.95/0.11/0.71)
49 | 04 | 41 | |
---|---|---|---|
RGB | 73 | 4 | 65 |
HSL | 307° | 89.61% | 15.10% |
HSB/HSV | 307° | 94.52% | 28.63% |
CMYK | 0.00% | 94.52% | 10.96% |
71.37% |
HEX | 49 | 04 | 41 |
Decimal | 73 | 4 | 65 |
Binary | 1001001 | 100 | 1000001 |
Octal | 111 | 4 | 101 |
Examples of css and html codes for elements with #490441 color. Also use rgb(73,4,65) instead hex code.
.myTextColor { color: #490441; }
<p style="color:#490441">This sample text font color is #490441.</p>
This text font color is #490441.
.myBgColor { background-color: #490441; }
<div style="background-color:#490441">Inner text</div>
This div background color is #490441.
.myBorderColor { border: 1px solid #490441; }
<div style="border:3px solid #490441">Div</div>
This div border color is #490441.
.myOpacity80 { color: #490441; opacity: 0.8; }
<p style="color:#490441;opacity:0.8;">80%</p>
Text with #490441 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #490441;}
<p style="text-shadow: 3px 3px 1px #490441">Text here.</p>
This text has shadow with #490441 color.
.textShadow {text-shadow: 3px 3px 1px #490441, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #490441, 5px 5px 20px red">Text here.</p>
This text has shadow with #490441 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#490441, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#490441, Direction=45, Strength=4)">Text</p>
This text has shadow with #490441 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #490441; -webkit-box-shadow: 1px 1px 3px 2px #490441; box-shadow: 1px 1px 3px 2px #490441; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #490441; -webkit-box-shadow: 1px 1px 3px 2px #490441; box-shadow:1px 1px 3px 2px #490441;">
Div content here</div>
This text has color #490441 on black background.
This text has color #490441 on white background.
This text has black color on #490441 background.
This text has white color on #490441 background.