COLOR #494886

HEX: #494886
RGB: (73,72,134)

Color info

#494886 contains mainly blue color. Web safe color of #494886 is #333399 (or #339).

RGB color model

#494886 color RGB value is (73,72,134).

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

RGB channels and saturation

R 73 of 255 = 29%
G 72 of 255 = 28%
B 134 of 255 = 53%

73
72
134

R + G + B ~ 37%. #494886 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 72 + 134 = 279 (100%)
R 73 of 279 ~ 26.16%
G 72 of 279 ~ 25.81%
B 134 of 279 ~ 48.03%

%26.16
%25.81
%48.03

CMYK color model

#494886 color CMYK value is (46,46,0,47).

  • cyan value is 45.52%
  • magenta value is 46.27%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(46,46,0,47)
C46M46Y0K47 
(46%,46%,0%,47%)
(0.46/0.46/0.00/0.47)	

CMYK percentages

%45.52
%46.27
%0
%47.45

Codes

Color #494886 in popluar color models

494886
RGB7372134
HSL241°30.10%40.39%
HSB/HSV241°46.27%52.55%
CMYK45.52%46.27%0.00%
47.45%

Color #494886 in popluar number systems.

HEX494886
Decimal7372134
Binary1001001100100010000110
Octal111110206

Shades and tints

Shades of #494886

#494886
(73,72,134)
#43427A
(67,66,122)
#3D3C6E
(61,60,110)
#373662
(55,54,98)
#313056
(49,48,86)
#2B2A4A
(43,42,74)
#25243E
(37,36,62)
#1F1E32
(31,30,50)
#191826
(25,24,38)
#13121A
(19,18,26)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #494886

#494886
(73,72,134)
#595891
(89,88,145)
#69689C
(105,104,156)
#7978A7
(121,120,167)
#8988B2
(137,136,178)
#9998BD
(153,152,189)
#A9A8C8
(169,168,200)
#B9B8D3
(185,184,211)
#C9C8DE
(201,200,222)
#D9D8E9
(217,216,233)
#E9E8F4
(233,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494886; }

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

This text font color is #494886.


Background Color

.myBgColor { background-color: #494886; }

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

This div background color is #494886.


Border color

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

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

This div border color is #494886.


Opacity

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

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

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

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

This text has shadow with #494886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494886 on black background.


Color preview on white background

This text has color #494886 on white background.



Black color preview on #494886 background

This text has black color on #494886 background.


White color preview on #494886 background

This text has white color on #494886 background.