COLOR #494D8D

HEX: #494D8D
RGB: (73,77,141)

Color info

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

RGB color model

#494D8D color RGB value is (73,77,141).

  • red value is 73;
  • green value is 77;
  • blue value is 141.
RGB:
(73,77,141)
(29%,30%,55%)

RGB channels and saturation

R 73 of 255 = 29%
G 77 of 255 = 30%
B 141 of 255 = 55%

73
77
141

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

Portions of RGB colors in percentages

R + G + B =
73 + 77 + 141 = 291 (100%)
R 73 of 291 ~ 25.09%
G 77 of 291 ~ 26.46%
B 141 of 291 ~ 48.45%

%25.09
%26.46
%48.45

CMYK color model

#494D8D color CMYK value is (48,45,0,45).

  • cyan value is 48.23%
  • magenta value is 45.39%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(48,45,0,45)
C48M45Y0K45 
(48%,45%,0%,45%)
(0.48/0.45/0.00/0.45)	

CMYK percentages

%48.23
%45.39
%0
%44.71

Codes

Color #494D8D in popluar color models

494D8D
RGB7377141
HSL236°31.78%41.96%
HSB/HSV236°48.23%55.29%
CMYK48.23%45.39%0.00%
44.71%

Color #494D8D in popluar number systems.

HEX494D8D
Decimal7377141
Binary1001001100110110001101
Octal111115215

Shades and tints

Shades of #494D8D

#494D8D
(73,77,141)
#434681
(67,70,129)
#3D3F75
(61,63,117)
#373869
(55,56,105)
#31315D
(49,49,93)
#2B2A51
(43,42,81)
#252345
(37,35,69)
#1F1C39
(31,28,57)
#19152D
(25,21,45)
#130E21
(19,14,33)
#0D0715
(13,7,21)
#000000
(0,0,0)

Tints of #494D8D

#494D8D
(73,77,141)
#595D97
(89,93,151)
#696DA1
(105,109,161)
#797DAB
(121,125,171)
#898DB5
(137,141,181)
#999DBF
(153,157,191)
#A9ADC9
(169,173,201)
#B9BDD3
(185,189,211)
#C9CDDD
(201,205,221)
#D9DDE7
(217,221,231)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494D8D color. Also use rgb(73,77,141) instead hex code.

Text Font Color

.myTextColor { color: #494D8D; }

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

This text font color is #494D8D.


Background Color

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

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

This div background color is #494D8D.


Border color

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

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

This div border color is #494D8D.


Opacity

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

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

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

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

This text has shadow with #494D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494D8D on black background.


Color preview on white background

This text has color #494D8D on white background.



Black color preview on #494D8D background

This text has black color on #494D8D background.


White color preview on #494D8D background

This text has white color on #494D8D background.