COLOR #494769

HEX: #494769
RGB: (73,71,105)

Color info

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

RGB color model

#494769 color RGB value is (73,71,105).

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

RGB channels and saturation

R 73 of 255 = 29%
G 71 of 255 = 28%
B 105 of 255 = 41%

73
71
105

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

Portions of RGB colors in percentages

R + G + B =
73 + 71 + 105 = 249 (100%)
R 73 of 249 ~ 29.32%
G 71 of 249 ~ 28.51%
B 105 of 249 ~ 42.17%

%29.32
%28.51
%42.17

CMYK color model

#494769 color CMYK value is (30,32,0,59).

  • cyan value is 30.48%
  • magenta value is 32.38%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(30,32,0,59)
C30M32Y0K59 
(30%,32%,0%,59%)
(0.30/0.32/0.00/0.59)	

CMYK percentages

%30.48
%32.38
%0
%58.82

Codes

Color #494769 in popluar color models

494769
RGB7371105
HSL244°19.32%34.51%
HSB/HSV244°32.38%41.18%
CMYK30.48%32.38%0.00%
58.82%

Color #494769 in popluar number systems.

HEX494769
Decimal7371105
Binary100100110001111101001
Octal111107151

Shades and tints

Shades of #494769

#494769
(73,71,105)
#434160
(67,65,96)
#3D3B57
(61,59,87)
#37354E
(55,53,78)
#312F45
(49,47,69)
#2B293C
(43,41,60)
#252333
(37,35,51)
#1F1D2A
(31,29,42)
#191721
(25,23,33)
#131118
(19,17,24)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #494769

#494769
(73,71,105)
#595776
(89,87,118)
#696783
(105,103,131)
#797790
(121,119,144)
#89879D
(137,135,157)
#9997AA
(153,151,170)
#A9A7B7
(169,167,183)
#B9B7C4
(185,183,196)
#C9C7D1
(201,199,209)
#D9D7DE
(217,215,222)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494769; }

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

This text font color is #494769.


Background Color

.myBgColor { background-color: #494769; }

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

This div background color is #494769.


Border color

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

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

This div border color is #494769.


Opacity

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

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

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

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

This text has shadow with #494769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494769 on black background.


Color preview on white background

This text has color #494769 on white background.



Black color preview on #494769 background

This text has black color on #494769 background.


White color preview on #494769 background

This text has white color on #494769 background.