COLOR #494B89

HEX: #494B89
RGB: (73,75,137)

Color info

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

RGB color model

#494B89 color RGB value is (73,75,137).

  • red value is 73;
  • green value is 75;
  • blue value is 137.
RGB:
(73,75,137)
(29%,29%,54%)

RGB channels and saturation

R 73 of 255 = 29%
G 75 of 255 = 29%
B 137 of 255 = 54%

73
75
137

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

Portions of RGB colors in percentages

R + G + B =
73 + 75 + 137 = 285 (100%)
R 73 of 285 ~ 25.61%
G 75 of 285 ~ 26.32%
B 137 of 285 ~ 48.07%

%25.61
%26.32
%48.07

CMYK color model

#494B89 color CMYK value is (47,45,0,46).

  • cyan value is 46.72%
  • magenta value is 45.26%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(47,45,0,46)
C47M45Y0K46 
(47%,45%,0%,46%)
(0.47/0.45/0.00/0.46)	

CMYK percentages

%46.72
%45.26
%0
%46.27

Codes

Color #494B89 in popluar color models

494B89
RGB7375137
HSL238°30.48%41.18%
HSB/HSV238°46.72%53.73%
CMYK46.72%45.26%0.00%
46.27%

Color #494B89 in popluar number systems.

HEX494B89
Decimal7375137
Binary1001001100101110001001
Octal111113211

Shades and tints

Shades of #494B89

#494B89
(73,75,137)
#43457D
(67,69,125)
#3D3F71
(61,63,113)
#373965
(55,57,101)
#313359
(49,51,89)
#2B2D4D
(43,45,77)
#252741
(37,39,65)
#1F2135
(31,33,53)
#191B29
(25,27,41)
#13151D
(19,21,29)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #494B89

#494B89
(73,75,137)
#595B93
(89,91,147)
#696B9D
(105,107,157)
#797BA7
(121,123,167)
#898BB1
(137,139,177)
#999BBB
(153,155,187)
#A9ABC5
(169,171,197)
#B9BBCF
(185,187,207)
#C9CBD9
(201,203,217)
#D9DBE3
(217,219,227)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494B89 color. Also use rgb(73,75,137) instead hex code.

Text Font Color

.myTextColor { color: #494B89; }

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

This text font color is #494B89.


Background Color

.myBgColor { background-color: #494B89; }

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

This div background color is #494B89.


Border color

.myBorderColor { border: 1px solid #494B89; }

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

This div border color is #494B89.


Opacity

.myOpacity80 { color: #494B89; opacity: 0.8; }

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

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

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

This text has shadow with #494B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494B89 on black background.


Color preview on white background

This text has color #494B89 on white background.



Black color preview on #494B89 background

This text has black color on #494B89 background.


White color preview on #494B89 background

This text has white color on #494B89 background.