HEX: #490D4D
RGB: (73,13,77)
#490D4D contains mainly red and blue colors. Web safe color of #490D4D is #330033 (or #303).
#490D4D color RGB value is (73,13,77).
RGB: (73,13,77)
(29%, 5%, 30%)
R 73 of 255 = 29%
G 13 of 255 = 5%
B 77 of 255 = 30%
R + G + B ~ 21%. #490D4D is dark color.
R + G + B = 73 + 13 + 77 = 163 (100%)
R 73 of 163 ~ 44.79%
G 13 of 163 ~ 7.98%
B 77 of 163 ~ 47.24'%
#490D4D color CMYK value is (5,83,0,70).
CMYK: (5,83,0,70)
C5M83Y0K70 (5%, 83%, 0%, 70%)
(0.05 / 0.83 / 0.00 / 0.70)
Color #490D4D in popluar color models
49 | 0D | 4D | |
---|---|---|---|
RGB | 73 | 13 | 77 |
HSL | 296° | 71.11% | 17.65% |
HSB/HSV | 296° | 83.12% | 30.20% |
CMYK | 5.19% | 83.12% | 0.00% |
69.80% |
Color #490D4D in popluar number systems.
HEX | 49 | 0D | 4D |
Decimal | 73 | 13 | 77 |
Binary | 1001001 | 1101 | 1001101 |
Octal | 111 | 15 | 115 |
Shades of #490D4D
Tints of #490D4D
Examples of css and html codes for elements with #490D4D color. Also use rgb(73,13,77) instead hex code.
.myTextColor { color: #490D4D; }
<p style="color:#490D4D">This sample text font color is #490D4D.</p>
This text font color is #490D4D.
.myBgColor { background-color: #490D4D; }
<div style="background-color:#490D4D">Inner text</div>
This div background color is #490D4D.
.myBorderColor { border: 1px solid #490D4D; }
<div style="border:3px solid #490D4D">Div</div>
This div border color is #490D4D.
.myOpacity80 { color: #490D4D; opacity: 0.8; }
<p style="color:#490D4D;opacity:0.8;">80%</p>
Text with #490D4D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #490D4D;}
<p style="text-shadow: 3px 3px 1px #490D4D">Text here.</p>
This text has shadow with #490D4D color.
.textShadow {text-shadow: 3px 3px 1px #490D4D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #490D4D, 5px 5px 20px red">Text here.</p>
This text has shadow with #490D4D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#490D4D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#490D4D, Direction=45, Strength=4)">Text</p>
This text has shadow with #490D4D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #490D4D;
-webkit-box-shadow: 1px 1px 3px 2px #490D4D;
box-shadow: 1px 1px 3px 2px #490D4D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #490D4D; -webkit-box-shadow: 1px 1px 3px 2px #490D4D; box-shadow:1px 1px 3px 2px #490D4D;">
Div content here
</div>
This text has color #490D4D on black background.
This text has color #490D4D on white background.
This text has black color on #490D4D background.
This text has white color on #490D4D background.
Complementary color for #hex is #B6F2B2.