COLOR #494666

HEX: #494666
RGB: (73,70,102)

Color info

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

RGB color model

#494666 color RGB value is (73,70,102).

  • red value is 73;
  • green value is 70;
  • blue value is 102.
RGB:
(73,70,102)
(29%,27%,40%)

RGB channels and saturation

R 73 of 255 = 29%
G 70 of 255 = 27%
B 102 of 255 = 40%

73
70
102

R + G + B ~ 32%. #494666 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 70 + 102 = 245 (100%)
R 73 of 245 ~ 29.8%
G 70 of 245 ~ 28.57%
B 102 of 245 ~ 41.63%

%29.8
%28.57
%41.63

CMYK color model

#494666 color CMYK value is (28,31,0,60).

  • cyan value is 28.43%
  • magenta value is 31.37%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(28,31,0,60)
C28M31Y0K60 
(28%,31%,0%,60%)
(0.28/0.31/0.00/0.60)	

CMYK percentages

%28.43
%31.37
%0
%60

Codes

Color #494666 in popluar color models

494666
RGB7370102
HSL246°18.60%33.73%
HSB/HSV246°31.37%40.00%
CMYK28.43%31.37%0.00%
60.00%

Color #494666 in popluar number systems.

HEX494666
Decimal7370102
Binary100100110001101100110
Octal111106146

Shades and tints

Shades of #494666

#494666
(73,70,102)
#43405D
(67,64,93)
#3D3A54
(61,58,84)
#37344B
(55,52,75)
#312E42
(49,46,66)
#2B2839
(43,40,57)
#252230
(37,34,48)
#1F1C27
(31,28,39)
#19161E
(25,22,30)
#131015
(19,16,21)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #494666

#494666
(73,70,102)
#595673
(89,86,115)
#696680
(105,102,128)
#79768D
(121,118,141)
#89869A
(137,134,154)
#9996A7
(153,150,167)
#A9A6B4
(169,166,180)
#B9B6C1
(185,182,193)
#C9C6CE
(201,198,206)
#D9D6DB
(217,214,219)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494666 color. Also use rgb(73,70,102) instead hex code.

Text Font Color

.myTextColor { color: #494666; }

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

This text font color is #494666.


Background Color

.myBgColor { background-color: #494666; }

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

This div background color is #494666.


Border color

.myBorderColor { border: 1px solid #494666; }

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

This div border color is #494666.


Opacity

.myOpacity80 { color: #494666; opacity: 0.8; }

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

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

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

This text has shadow with #494666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494666 on black background.


Color preview on white background

This text has color #494666 on white background.



Black color preview on #494666 background

This text has black color on #494666 background.


White color preview on #494666 background

This text has white color on #494666 background.