COLOR #494E76

HEX: #494E76
RGB: (73,78,118)

Color info

#494E76 contains red, green and blue colors in about the same proportion. Web safe color of #494E76 is #336666 (or #366).

RGB color model

#494E76 color RGB value is (73,78,118).

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

RGB channels and saturation

R 73 of 255 = 29%
G 78 of 255 = 31%
B 118 of 255 = 46%

73
78
118

R + G + B ~ 35%. #494E76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 78 + 118 = 269 (100%)
R 73 of 269 ~ 27.14%
G 78 of 269 ~ 29%
B 118 of 269 ~ 43.87%

%27.14
%29
%43.87

CMYK color model

#494E76 color CMYK value is (38,34,0,54).

  • cyan value is 38.14%
  • magenta value is 33.90%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK: (38,34,0,54) C38M34Y0K54 (38%,34%,0%,54%) (0.38/0.34/0.00/0.54)

CMYK percentages

%38.14
%33.9
%0
%53.73

Codes

Color #494E76 in popluar color models

494E76
RGB7378118
HSL233°23.56%37.45%
HSB/HSV233°38.14%46.27%
CMYK38.14%33.90%0.00%
53.73%

Color #494E76 in popluar number systems.

HEX494E76
Decimal7378118
Binary100100110011101110110
Octal111116166

Shades and tints

Shades of #494E76

#494E76
(73,78,118)
#43476C
(67,71,108)
#3D4062
(61,64,98)
#373958
(55,57,88)
#31324E
(49,50,78)
#2B2B44
(43,43,68)
#25243A
(37,36,58)
#1F1D30
(31,29,48)
#191626
(25,22,38)
#130F1C
(19,15,28)
#0D0812
(13,8,18)
#000000
(0,0,0)

Tints of #494E76

#494E76
(73,78,118)
#595E82
(89,94,130)
#696E8E
(105,110,142)
#797E9A
(121,126,154)
#898EA6
(137,142,166)
#999EB2
(153,158,178)
#A9AEBE
(169,174,190)
#B9BECA
(185,190,202)
#C9CED6
(201,206,214)
#D9DEE2
(217,222,226)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494E76; }

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

This text font color is #494E76.


Background Color

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

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

This div background color is #494E76.


Border color

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

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

This div border color is #494E76.


Opacity

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

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

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

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

This text has shadow with #494E76 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #494E76 on black background.


Color preview on white background

This text has color #494E76 on white background.



Black color preview on #494E76 background

This text has black color on #494E76 background.


White color preview on #494E76 background

This text has white color on #494E76 background.