COLOR #494A6B

HEX: #494A6B
RGB: (73,74,107)

Color info

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

RGB color model

#494A6B color RGB value is (73,74,107).

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

RGB channels and saturation

R 73 of 255 = 29%
G 74 of 255 = 29%
B 107 of 255 = 42%

73
74
107

R + G + B ~ 33%. #494A6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 74 + 107 = 254 (100%)
R 73 of 254 ~ 28.74%
G 74 of 254 ~ 29.13%
B 107 of 254 ~ 42.13%

%28.74
%29.13
%42.13

CMYK color model

#494A6B color CMYK value is (32,31,0,58).

  • cyan value is 31.78%
  • magenta value is 30.84%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(32,31,0,58)
C32M31Y0K58 
(32%,31%,0%,58%)
(0.32/0.31/0.00/0.58)	

CMYK percentages

%31.78
%30.84
%0
%58.04

Codes

Color #494A6B in popluar color models

494A6B
RGB7374107
HSL238°18.89%35.29%
HSB/HSV238°31.78%41.96%
CMYK31.78%30.84%0.00%
58.04%

Color #494A6B in popluar number systems.

HEX494A6B
Decimal7374107
Binary100100110010101101011
Octal111112153

Shades and tints

Shades of #494A6B

#494A6B
(73,74,107)
#434462
(67,68,98)
#3D3E59
(61,62,89)
#373850
(55,56,80)
#313247
(49,50,71)
#2B2C3E
(43,44,62)
#252635
(37,38,53)
#1F202C
(31,32,44)
#191A23
(25,26,35)
#13141A
(19,20,26)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #494A6B

#494A6B
(73,74,107)
#595A78
(89,90,120)
#696A85
(105,106,133)
#797A92
(121,122,146)
#898A9F
(137,138,159)
#999AAC
(153,154,172)
#A9AAB9
(169,170,185)
#B9BAC6
(185,186,198)
#C9CAD3
(201,202,211)
#D9DAE0
(217,218,224)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494A6B; }

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

This text font color is #494A6B.


Background Color

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

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

This div background color is #494A6B.


Border color

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

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

This div border color is #494A6B.


Opacity

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

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

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

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

This text has shadow with #494A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494A6B on black background.


Color preview on white background

This text has color #494A6B on white background.



Black color preview on #494A6B background

This text has black color on #494A6B background.


White color preview on #494A6B background

This text has white color on #494A6B background.