COLOR #494870

HEX: #494870
RGB: (73,72,112)

Color info

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

RGB color model

#494870 color RGB value is (73,72,112).

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

RGB channels and saturation

R 73 of 255 = 29%
G 72 of 255 = 28%
B 112 of 255 = 44%

73
72
112

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

Portions of RGB colors in percentages

R + G + B =
73 + 72 + 112 = 257 (100%)
R 73 of 257 ~ 28.4%
G 72 of 257 ~ 28.02%
B 112 of 257 ~ 43.58%

%28.4
%28.02
%43.58

CMYK color model

#494870 color CMYK value is (35,36,0,56).

  • cyan value is 34.82%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(35,36,0,56)
C35M36Y0K56 
(35%,36%,0%,56%)
(0.35/0.36/0.00/0.56)	

CMYK percentages

%34.82
%35.71
%0
%56.08

Codes

Color #494870 in popluar color models

494870
RGB7372112
HSL242°21.74%36.08%
HSB/HSV242°35.71%43.92%
CMYK34.82%35.71%0.00%
56.08%

Color #494870 in popluar number systems.

HEX494870
Decimal7372112
Binary100100110010001110000
Octal111110160

Shades and tints

Shades of #494870

#494870
(73,72,112)
#434266
(67,66,102)
#3D3C5C
(61,60,92)
#373652
(55,54,82)
#313048
(49,48,72)
#2B2A3E
(43,42,62)
#252434
(37,36,52)
#1F1E2A
(31,30,42)
#191820
(25,24,32)
#131216
(19,18,22)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #494870

#494870
(73,72,112)
#59587D
(89,88,125)
#69688A
(105,104,138)
#797897
(121,120,151)
#8988A4
(137,136,164)
#9998B1
(153,152,177)
#A9A8BE
(169,168,190)
#B9B8CB
(185,184,203)
#C9C8D8
(201,200,216)
#D9D8E5
(217,216,229)
#E9E8F2
(233,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494870; }

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

This text font color is #494870.


Background Color

.myBgColor { background-color: #494870; }

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

This div background color is #494870.


Border color

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

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

This div border color is #494870.


Opacity

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

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

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

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

This text has shadow with #494870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494870 on black background.


Color preview on white background

This text has color #494870 on white background.



Black color preview on #494870 background

This text has black color on #494870 background.


White color preview on #494870 background

This text has white color on #494870 background.