COLOR #494A5B

HEX: #494A5B
RGB: (73,74,91)

Color info

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

RGB color model

#494A5B color RGB value is (73,74,91).

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

RGB channels and saturation

R 73 of 255 = 29%
G 74 of 255 = 29%
B 91 of 255 = 36%

73
74
91

R + G + B ~ 31%. #494A5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 74 + 91 = 238 (100%)
R 73 of 238 ~ 30.67%
G 74 of 238 ~ 31.09%
B 91 of 238 ~ 38.24%

%30.67
%31.09
%38.24

CMYK color model

#494A5B color CMYK value is (20,19,0,64).

  • cyan value is 19.78%
  • magenta value is 18.68%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(20,19,0,64)
C20M19Y0K64 
(20%,19%,0%,64%)
(0.20/0.19/0.00/0.64)	

CMYK percentages

%19.78
%18.68
%0
%64.31

Codes

Color #494A5B in popluar color models

494A5B
RGB737491
HSL237°10.98%32.16%
HSB/HSV237°19.78%35.69%
CMYK19.78%18.68%0.00%
64.31%

Color #494A5B in popluar number systems.

HEX494A5B
Decimal737491
Binary100100110010101011011
Octal111112133

Shades and tints

Shades of #494A5B

#494A5B
(73,74,91)
#434453
(67,68,83)
#3D3E4B
(61,62,75)
#373843
(55,56,67)
#31323B
(49,50,59)
#2B2C33
(43,44,51)
#25262B
(37,38,43)
#1F2023
(31,32,35)
#191A1B
(25,26,27)
#131413
(19,20,19)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #494A5B

#494A5B
(73,74,91)
#595A69
(89,90,105)
#696A77
(105,106,119)
#797A85
(121,122,133)
#898A93
(137,138,147)
#999AA1
(153,154,161)
#A9AAAF
(169,170,175)
#B9BABD
(185,186,189)
#C9CACB
(201,202,203)
#D9DAD9
(217,218,217)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494A5B; }

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

This text font color is #494A5B.


Background Color

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

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

This div background color is #494A5B.


Border color

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

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

This div border color is #494A5B.


Opacity

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

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

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

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

This text has shadow with #494A5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494A5B on black background.


Color preview on white background

This text has color #494A5B on white background.



Black color preview on #494A5B background

This text has black color on #494A5B background.


White color preview on #494A5B background

This text has white color on #494A5B background.