COLOR #494966

HEX: #494966
RGB: (73,73,102)

Color info

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

RGB color model

#494966 color RGB value is (73,73,102).

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

RGB channels and saturation

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

73
73
102

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

Portions of RGB colors in percentages

R + G + B =
73 + 73 + 102 = 248 (100%)
R 73 of 248 ~ 29.44%
G 73 of 248 ~ 29.44%
B 102 of 248 ~ 41.13%

%29.44
%29.44
%41.13

CMYK color model

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

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

CMYK percentages

%28.43
%28.43
%0
%60

Codes

Color #494966 in popluar color models

494966
RGB7373102
HSL240°16.57%34.31%
HSB/HSV240°28.43%40.00%
CMYK28.43%28.43%0.00%
60.00%

Color #494966 in popluar number systems.

HEX494966
Decimal7373102
Binary100100110010011100110
Octal111111146

Shades and tints

Shades of #494966

#494966
(73,73,102)
#43435D
(67,67,93)
#3D3D54
(61,61,84)
#37374B
(55,55,75)
#313142
(49,49,66)
#2B2B39
(43,43,57)
#252530
(37,37,48)
#1F1F27
(31,31,39)
#19191E
(25,25,30)
#131315
(19,19,21)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #494966

#494966
(73,73,102)
#595973
(89,89,115)
#696980
(105,105,128)
#79798D
(121,121,141)
#89899A
(137,137,154)
#9999A7
(153,153,167)
#A9A9B4
(169,169,180)
#B9B9C1
(185,185,193)
#C9C9CE
(201,201,206)
#D9D9DB
(217,217,219)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494966; }

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

This text font color is #494966.


Background Color

.myBgColor { background-color: #494966; }

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

This div background color is #494966.


Border color

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

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

This div border color is #494966.


Opacity

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

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

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

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

This text has shadow with #494966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494966 on black background.


Color preview on white background

This text has color #494966 on white background.



Black color preview on #494966 background

This text has black color on #494966 background.


White color preview on #494966 background

This text has white color on #494966 background.