COLOR #494B91

HEX: #494B91
RGB: (73,75,145)

Color info

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

RGB color model

#494B91 color RGB value is (73,75,145).

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

RGB channels and saturation

R 73 of 255 = 29%
G 75 of 255 = 29%
B 145 of 255 = 57%

73
75
145

R + G + B ~ 38%. #494B91 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 75 + 145 = 293 (100%)
R 73 of 293 ~ 24.91%
G 75 of 293 ~ 25.6%
B 145 of 293 ~ 49.49%

%24.91
%25.6
%49.49

CMYK color model

#494B91 color CMYK value is (50,48,0,43).

  • cyan value is 49.66%
  • magenta value is 48.28%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(50,48,0,43)
C50M48Y0K43 
(50%,48%,0%,43%)
(0.50/0.48/0.00/0.43)	

CMYK percentages

%49.66
%48.28
%0
%43.14

Codes

Color #494B91 in popluar color models

494B91
RGB7375145
HSL238°33.03%42.75%
HSB/HSV238°49.66%56.86%
CMYK49.66%48.28%0.00%
43.14%

Color #494B91 in popluar number systems.

HEX494B91
Decimal7375145
Binary1001001100101110010001
Octal111113221

Shades and tints

Shades of #494B91

#494B91
(73,75,145)
#434584
(67,69,132)
#3D3F77
(61,63,119)
#37396A
(55,57,106)
#31335D
(49,51,93)
#2B2D50
(43,45,80)
#252743
(37,39,67)
#1F2136
(31,33,54)
#191B29
(25,27,41)
#13151C
(19,21,28)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #494B91

#494B91
(73,75,145)
#595B9B
(89,91,155)
#696BA5
(105,107,165)
#797BAF
(121,123,175)
#898BB9
(137,139,185)
#999BC3
(153,155,195)
#A9ABCD
(169,171,205)
#B9BBD7
(185,187,215)
#C9CBE1
(201,203,225)
#D9DBEB
(217,219,235)
#E9EBF5
(233,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494B91; }

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

This text font color is #494B91.


Background Color

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

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

This div background color is #494B91.


Border color

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

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

This div border color is #494B91.


Opacity

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

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

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

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

This text has shadow with #494B91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494B91 on black background.


Color preview on white background

This text has color #494B91 on white background.



Black color preview on #494B91 background

This text has black color on #494B91 background.


White color preview on #494B91 background

This text has white color on #494B91 background.