COLOR #494A70

HEX: #494A70
RGB: (73,74,112)

Color info

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

RGB color model

#494A70 color RGB value is (73,74,112).

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

RGB channels and saturation

R 73 of 255 = 29%
G 74 of 255 = 29%
B 112 of 255 = 44%

73
74
112

R + G + B ~ 34%. #494A70 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 74 + 112 = 259 (100%)
R 73 of 259 ~ 28.19%
G 74 of 259 ~ 28.57%
B 112 of 259 ~ 43.24%

%28.19
%28.57
%43.24

CMYK color model

#494A70 color CMYK value is (35,34,0,56).

  • cyan value is 34.82%
  • magenta value is 33.93%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(35,34,0,56)
C35M34Y0K56 
(35%,34%,0%,56%)
(0.35/0.34/0.00/0.56)	

CMYK percentages

%34.82
%33.93
%0
%56.08

Codes

Color #494A70 in popluar color models

494A70
RGB7374112
HSL238°21.08%36.27%
HSB/HSV238°34.82%43.92%
CMYK34.82%33.93%0.00%
56.08%

Color #494A70 in popluar number systems.

HEX494A70
Decimal7374112
Binary100100110010101110000
Octal111112160

Shades and tints

Shades of #494A70

#494A70
(73,74,112)
#434466
(67,68,102)
#3D3E5C
(61,62,92)
#373852
(55,56,82)
#313248
(49,50,72)
#2B2C3E
(43,44,62)
#252634
(37,38,52)
#1F202A
(31,32,42)
#191A20
(25,26,32)
#131416
(19,20,22)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #494A70

#494A70
(73,74,112)
#595A7D
(89,90,125)
#696A8A
(105,106,138)
#797A97
(121,122,151)
#898AA4
(137,138,164)
#999AB1
(153,154,177)
#A9AABE
(169,170,190)
#B9BACB
(185,186,203)
#C9CAD8
(201,202,216)
#D9DAE5
(217,218,229)
#E9EAF2
(233,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494A70; }

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

This text font color is #494A70.


Background Color

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

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

This div background color is #494A70.


Border color

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

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

This div border color is #494A70.


Opacity

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

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

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

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

This text has shadow with #494A70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494A70 on black background.


Color preview on white background

This text has color #494A70 on white background.



Black color preview on #494A70 background

This text has black color on #494A70 background.


White color preview on #494A70 background

This text has white color on #494A70 background.