HEX: #494B01
RGB: (73,75,1)
#494B01 contains mainly red and green colors. Web safe color of #494B01 is #333300 (or #330).
#494B01 color RGB value is (73,75,1).
RGB: (73,75,1)
(29%, 29%, 0%)
R 73 of 255 = 29%
G 75 of 255 = 29%
B 1 of 255 = 0%
R + G + B ~ 19%. #494B01 is dark color.
R + G + B = 73 + 75 + 1 = 149 (100%)
R 73 of 149 ~ 48.99%
G 75 of 149 ~ 50.34%
B 1 of 149 ~ 0.67'%
#494B01 color CMYK value is (3,0,99,71).
CMYK: (3,0,99,71)
C3M0Y99K71 (3%, 0%, 99%, 71%)
(0.03 / 0.00 / 0.99 / 0.71)
Color #494B01 in popluar color models
49 | 4B | 01 | |
---|---|---|---|
RGB | 73 | 75 | 1 |
HSL | 62° | 97.37% | 14.90% |
HSB/HSV | 62° | 98.67% | 29.41% |
CMYK | 2.67% | 0.00% | 98.67% |
70.59% |
Color #494B01 in popluar number systems.
HEX | 49 | 4B | 01 |
Decimal | 73 | 75 | 1 |
Binary | 1001001 | 1001011 | 1 |
Octal | 111 | 113 | 1 |
Shades of #494B01
Tints of #494B01
Examples of css and html codes for elements with #494B01 color. Also use rgb(73,75,1) instead hex code.
.myTextColor { color: #494B01; }
<p style="color:#494B01">This sample text font color is #494B01.</p>
This text font color is #494B01.
.myBgColor { background-color: #494B01; }
<div style="background-color:#494B01">Inner text</div>
This div background color is #494B01.
.myBorderColor { border: 1px solid #494B01; }
<div style="border:3px solid #494B01">Div</div>
This div border color is #494B01.
.myOpacity80 { color: #494B01; opacity: 0.8; }
<p style="color:#494B01;opacity:0.8;">80%</p>
Text with #494B01 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #494B01;}
<p style="text-shadow: 3px 3px 1px #494B01">Text here.</p>
This text has shadow with #494B01 color.
.textShadow {text-shadow: 3px 3px 1px #494B01', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #494B01, 5px 5px 20px red">Text here.</p>
This text has shadow with #494B01 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#494B01, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#494B01, Direction=45, Strength=4)">Text</p>
This text has shadow with #494B01 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #494B01;
-webkit-box-shadow: 1px 1px 3px 2px #494B01;
box-shadow: 1px 1px 3px 2px #494B01;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #494B01; -webkit-box-shadow: 1px 1px 3px 2px #494B01; box-shadow:1px 1px 3px 2px #494B01;">
Div content here
</div>
This text has color #494B01 on black background.
This text has color #494B01 on white background.
This text has black color on #494B01 background.
This text has white color on #494B01 background.
Complementary color for #hex is #B6B4FE.