COLOR #494872

HEX: #494872
RGB: (73,72,114)

Color info

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

RGB color model

#494872 color RGB value is (73,72,114).

  • red value is 73;
  • green value is 72;
  • blue value is 114.
RGB:
(73,72,114)
(29%,28%,45%)

RGB channels and saturation

R 73 of 255 = 29%
G 72 of 255 = 28%
B 114 of 255 = 45%

73
72
114

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

Portions of RGB colors in percentages

R + G + B =
73 + 72 + 114 = 259 (100%)
R 73 of 259 ~ 28.19%
G 72 of 259 ~ 27.8%
B 114 of 259 ~ 44.02%

%28.19
%27.8
%44.02

CMYK color model

#494872 color CMYK value is (36,37,0,55).

  • cyan value is 35.96%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(36,37,0,55)
C36M37Y0K55 
(36%,37%,0%,55%)
(0.36/0.37/0.00/0.55)	

CMYK percentages

%35.96
%36.84
%0
%55.29

Codes

Color #494872 in popluar color models

494872
RGB7372114
HSL241°22.58%36.47%
HSB/HSV241°36.84%44.71%
CMYK35.96%36.84%0.00%
55.29%

Color #494872 in popluar number systems.

HEX494872
Decimal7372114
Binary100100110010001110010
Octal111110162

Shades and tints

Shades of #494872

#494872
(73,72,114)
#434268
(67,66,104)
#3D3C5E
(61,60,94)
#373654
(55,54,84)
#31304A
(49,48,74)
#2B2A40
(43,42,64)
#252436
(37,36,54)
#1F1E2C
(31,30,44)
#191822
(25,24,34)
#131218
(19,18,24)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #494872

#494872
(73,72,114)
#59587E
(89,88,126)
#69688A
(105,104,138)
#797896
(121,120,150)
#8988A2
(137,136,162)
#9998AE
(153,152,174)
#A9A8BA
(169,168,186)
#B9B8C6
(185,184,198)
#C9C8D2
(201,200,210)
#D9D8DE
(217,216,222)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494872; }

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

This text font color is #494872.


Background Color

.myBgColor { background-color: #494872; }

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

This div background color is #494872.


Border color

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

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

This div border color is #494872.


Opacity

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

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

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

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

This text has shadow with #494872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494872 on black background.


Color preview on white background

This text has color #494872 on white background.



Black color preview on #494872 background

This text has black color on #494872 background.


White color preview on #494872 background

This text has white color on #494872 background.