COLOR #494A4F

HEX: #494A4F
RGB: (73,74,79)

Color info

#494A4F contains red, green and blue colors in about the same proportion. Web safe color of #494A4F is #333366 (or #336).

RGB color model

#494A4F color RGB value is (73,74,79).

  • red value is 73;
  • green value is 74;
  • blue value is 79.
RGB:
(73,74,79)
(29%,29%,31%)

RGB channels and saturation

R 73 of 255 = 29%
G 74 of 255 = 29%
B 79 of 255 = 31%

73
74
79

R + G + B ~ 30%. #494A4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 74 + 79 = 226 (100%)
R 73 of 226 ~ 32.3%
G 74 of 226 ~ 32.74%
B 79 of 226 ~ 34.96%

%32.3
%32.74
%34.96

CMYK color model

#494A4F color CMYK value is (8,6,0,69).

  • cyan value is 7.59%
  • magenta value is 6.33%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(8,6,0,69)
C8M6Y0K69 
(8%,6%,0%,69%)
(0.08/0.06/0.00/0.69)	

CMYK percentages

%7.59
%6.33
%0
%69.02

Codes

Color #494A4F in popluar color models

494A4F
RGB737479
HSL230°3.95%29.80%
HSB/HSV230°7.59%30.98%
CMYK7.59%6.33%0.00%
69.02%

Color #494A4F in popluar number systems.

HEX494A4F
Decimal737479
Binary100100110010101001111
Octal111112117

Shades and tints

Shades of #494A4F

#494A4F
(73,74,79)
#434448
(67,68,72)
#3D3E41
(61,62,65)
#37383A
(55,56,58)
#313233
(49,50,51)
#2B2C2C
(43,44,44)
#252625
(37,38,37)
#1F201E
(31,32,30)
#191A17
(25,26,23)
#131410
(19,20,16)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #494A4F

#494A4F
(73,74,79)
#595A5F
(89,90,95)
#696A6F
(105,106,111)
#797A7F
(121,122,127)
#898A8F
(137,138,143)
#999A9F
(153,154,159)
#A9AAAF
(169,170,175)
#B9BABF
(185,186,191)
#C9CACF
(201,202,207)
#D9DADF
(217,218,223)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494A4F color. Also use rgb(73,74,79) instead hex code.

Text Font Color

.myTextColor { color: #494A4F; }

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

This text font color is #494A4F.


Background Color

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

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

This div background color is #494A4F.


Border color

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

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

This div border color is #494A4F.


Opacity

.myOpacity80 { color: #494A4F; opacity: 0.8; }

<p style="color:#494A4F;opacity:0.8;">80%</p>

Text with #494A4F 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 #494A4F;}

<p style="text-shadow: 3px 3px 1px #494A4F">Text here.</p>

This text has shadow with #494A4F color.

.textShadow {text-shadow: 3px 3px 1px #494A4F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #494A4F, 5px 5px 20px red">Text here.</p>

This text has shadow with #494A4F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#494A4F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#494A4F, Direction=45, Strength=4)">Text</p>

This text has shadow with #494A4F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #494A4F;
  -webkit-box-shadow:	1px 1px 3px 2px #494A4F;
  box-shadow:		1px 1px 3px 2px #494A4F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #494A4F;
-webkit-box-shadow: 1px 1px 3px 2px #494A4F;
box-shadow:1px 1px 3px 2px #494A4F;">
Div content here</div>
This div box has shadow with color #494A4F.

Preview

Color preview on black background

This text has color #494A4F on black background.


Color preview on white background

This text has color #494A4F on white background.



Black color preview on #494A4F background

This text has black color on #494A4F background.


White color preview on #494A4F background

This text has white color on #494A4F background.