COLOR #494876

HEX: #494876
RGB: (73,72,118)

Color info

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

RGB color model

#494876 color RGB value is (73,72,118).

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

RGB channels and saturation

R 73 of 255 = 29%
G 72 of 255 = 28%
B 118 of 255 = 46%

73
72
118

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

Portions of RGB colors in percentages

R + G + B =
73 + 72 + 118 = 263 (100%)
R 73 of 263 ~ 27.76%
G 72 of 263 ~ 27.38%
B 118 of 263 ~ 44.87%

%27.76
%27.38
%44.87

CMYK color model

#494876 color CMYK value is (38,39,0,54).

  • cyan value is 38.14%
  • magenta value is 38.98%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(38,39,0,54)
C38M39Y0K54 
(38%,39%,0%,54%)
(0.38/0.39/0.00/0.54)	

CMYK percentages

%38.14
%38.98
%0
%53.73

Codes

Color #494876 in popluar color models

494876
RGB7372118
HSL241°24.21%37.25%
HSB/HSV241°38.98%46.27%
CMYK38.14%38.98%0.00%
53.73%

Color #494876 in popluar number systems.

HEX494876
Decimal7372118
Binary100100110010001110110
Octal111110166

Shades and tints

Shades of #494876

#494876
(73,72,118)
#43426C
(67,66,108)
#3D3C62
(61,60,98)
#373658
(55,54,88)
#31304E
(49,48,78)
#2B2A44
(43,42,68)
#25243A
(37,36,58)
#1F1E30
(31,30,48)
#191826
(25,24,38)
#13121C
(19,18,28)
#0D0C12
(13,12,18)
#000000
(0,0,0)

Tints of #494876

#494876
(73,72,118)
#595882
(89,88,130)
#69688E
(105,104,142)
#79789A
(121,120,154)
#8988A6
(137,136,166)
#9998B2
(153,152,178)
#A9A8BE
(169,168,190)
#B9B8CA
(185,184,202)
#C9C8D6
(201,200,214)
#D9D8E2
(217,216,226)
#E9E8EE
(233,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494876; }

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

This text font color is #494876.


Background Color

.myBgColor { background-color: #494876; }

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

This div background color is #494876.


Border color

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

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

This div border color is #494876.


Opacity

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

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

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

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

This text has shadow with #494876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494876 on black background.


Color preview on white background

This text has color #494876 on white background.



Black color preview on #494876 background

This text has black color on #494876 background.


White color preview on #494876 background

This text has white color on #494876 background.