COLOR #494B01

HEX: #494B01 RGB: (73,75,1)

Color info

#494B01 contains mainly red and green colors. Web safe color of #494B01 is #333300 (or #330).

RGB color model

#494B01 color RGB value is (73,75,1).

RGB: (73,75,1) (29%, 29%, 0%)

RGB channels and saturation

R 73 of 255 = 29%
G 75 of 255 = 29%
B 1 of 255 = 0%

73
75
1

R + G + B ~ 19%. #494B01 is dark color.

Portions of RGB colors in percentages

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'%

%48.99
%50.34

CMYK color model

#494B01 color CMYK value is (3,0,99,71).

  • cyan value is 2.67%
  • magenta value is 0.00%
  • yellow value is 98.67%
  • key color value is 70.59%

CMYK: (3,0,99,71)
C3M0Y99K71 (3%, 0%, 99%, 71%)
(0.03 / 0.00 / 0.99 / 0.71)

CMYK percentages

%2.67
%0
%98.67
%70.59

Codes

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 and tints

Shades of #494B01

#494B01
(73,75,1)
#434501
(67,69,1)
#3D3F01
(61,63,1)
#373901
(55,57,1)
#313301
(49,51,1)
#2B2D01
(43,45,1)
#252701
(37,39,1)
#1F2101
(31,33,1)
#191B01
(25,27,1)
#131501
(19,21,1)
#0D0F01
(13,15,1)
#000000
(0,0,0)

Tints of #494B01

#494B01
(73,75,1)
#595B18
(89,91,24)
#696B2F
(105,107,47)
#797B46
(121,123,70)
#898B5D
(137,139,93)
#999B74
(153,155,116)
#A9AB8B
(169,171,139)
#B9BBA2
(185,187,162)
#C9CBB9
(201,203,185)
#D9DBD0
(217,219,208)
#E9EBE7
(233,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494B01 color. Also use rgb(73,75,1) instead hex code.

Text Font Color

.myTextColor { color: #494B01; }

<p style="color:#494B01">This sample text font color is #494B01.</p>

This text font color is #494B01.

Background Color

.myBgColor { background-color: #494B01; }

<div style="background-color:#494B01">Inner text</div>

This div background color is #494B01.

Border color

.myBorderColor { border: 1px solid #494B01; }

<div style="border:3px solid #494B01">Div</div>

This div border color is #494B01.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #494B01.

Preview

Color preview on black background

This text has color #494B01 on black background.


Color preview on white background

This text has color #494B01 on white background.


Black color preview on #494B01 background

This text has black color on #494B01 background.


White color preview on #494B01 background

This text has white color on #494B01 background.


Related colors

Complementary color

Complementary color for #hex is #B6B4FE.


I love getcolorcode.com

Triadic colors

1 #01494B and #4B0149 with #494B01 are triadic colors.

2 #014B49 and #4B4901 with #494B01 are triadic colors.