COLOR #494669

HEX: #494669
RGB: (73,70,105)

Color info

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

RGB color model

#494669 color RGB value is (73,70,105).

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

RGB channels and saturation

R 73 of 255 = 29%
G 70 of 255 = 27%
B 105 of 255 = 41%

73
70
105

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

Portions of RGB colors in percentages

R + G + B =
73 + 70 + 105 = 248 (100%)
R 73 of 248 ~ 29.44%
G 70 of 248 ~ 28.23%
B 105 of 248 ~ 42.34%

%29.44
%28.23
%42.34

CMYK color model

#494669 color CMYK value is (30,33,0,59).

  • cyan value is 30.48%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(30,33,0,59)
C30M33Y0K59 
(30%,33%,0%,59%)
(0.30/0.33/0.00/0.59)	

CMYK percentages

%30.48
%33.33
%0
%58.82

Codes

Color #494669 in popluar color models

494669
RGB7370105
HSL245°20.00%34.31%
HSB/HSV245°33.33%41.18%
CMYK30.48%33.33%0.00%
58.82%

Color #494669 in popluar number systems.

HEX494669
Decimal7370105
Binary100100110001101101001
Octal111106151

Shades and tints

Shades of #494669

#494669
(73,70,105)
#434060
(67,64,96)
#3D3A57
(61,58,87)
#37344E
(55,52,78)
#312E45
(49,46,69)
#2B283C
(43,40,60)
#252233
(37,34,51)
#1F1C2A
(31,28,42)
#191621
(25,22,33)
#131018
(19,16,24)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #494669

#494669
(73,70,105)
#595676
(89,86,118)
#696683
(105,102,131)
#797690
(121,118,144)
#89869D
(137,134,157)
#9996AA
(153,150,170)
#A9A6B7
(169,166,183)
#B9B6C4
(185,182,196)
#C9C6D1
(201,198,209)
#D9D6DE
(217,214,222)
#E9E6EB
(233,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494669; }

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

This text font color is #494669.


Background Color

.myBgColor { background-color: #494669; }

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

This div background color is #494669.


Border color

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

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

This div border color is #494669.


Opacity

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

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

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

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

This text has shadow with #494669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494669 on black background.


Color preview on white background

This text has color #494669 on white background.



Black color preview on #494669 background

This text has black color on #494669 background.


White color preview on #494669 background

This text has white color on #494669 background.