COLOR #494E74

HEX: #494E74 RGB: (73,78,116)

Color info

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

RGB color model

#494E74 color RGB value is (73,78,116).

RGB: (73,78,116) (29%, 31%, 45%)

RGB channels and saturation

R 73 of 255 = 29%
G 78 of 255 = 31%
B 116 of 255 = 45%

73
78
116

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

Portions of RGB colors in percentages

R + G + B = 73 + 78 + 116 = 267 (100%)
R 73 of 267 ~ 27.34%
G 78 of 267 ~ 29.21%
B 116 of 267 ~ 43.45'%

%27.34
%29.21
%43.45

CMYK color model

#494E74 color CMYK value is (37,33,0,55).

  • cyan value is 37.07%
  • magenta value is 32.76%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (37,33,0,55)
C37M33Y0K55 (37%, 33%, 0%, 55%)
(0.37 / 0.33 / 0.00 / 0.55)

CMYK percentages

%37.07
%32.76
%0
%54.51

Codes

Color #494E74 in popluar color models

49 4E 74
RGB 73 78 116
HSL 233° 22.75% 37.06%
HSB/HSV 233° 37.07% 45.49%
CMYK 37.07% 32.76% 0.00%
54.51%

Color #494E74 in popluar number systems.

HEX 49 4E 74
Decimal 73 78 116
Binary 1001001 1001110 1110100
Octal 111 116 164

Shades and tints

Shades of #494E74

#494E74
(73,78,116)
#43476A
(67,71,106)
#3D4060
(61,64,96)
#373956
(55,57,86)
#31324C
(49,50,76)
#2B2B42
(43,43,66)
#252438
(37,36,56)
#1F1D2E
(31,29,46)
#191624
(25,22,36)
#130F1A
(19,15,26)
#0D0810
(13,8,16)
#000000
(0,0,0)

Tints of #494E74

#494E74
(73,78,116)
#595E80
(89,94,128)
#696E8C
(105,110,140)
#797E98
(121,126,152)
#898EA4
(137,142,164)
#999EB0
(153,158,176)
#A9AEBC
(169,174,188)
#B9BEC8
(185,190,200)
#C9CED4
(201,206,212)
#D9DEE0
(217,222,224)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494E74; }

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

This text font color is #494E74.

Background Color

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

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

This div background color is #494E74.

Border color

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

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

This div border color is #494E74.

Opacity

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

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

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

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

This text has shadow with #494E74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #494E74.

Preview

Color preview on black background

This text has color #494E74 on black background.


Color preview on white background

This text has color #494E74 on white background.


Black color preview on #494E74 background

This text has black color on #494E74 background.


White color preview on #494E74 background

This text has white color on #494E74 background.


Related colors

Complementary color

Complementary color for #hex is #B6B18B.


I love getcolorcode.com

Triadic colors

1 #74494E and #4E7449 with #494E74 are triadic colors.

2 #744E49 and #4E4974 with #494E74 are triadic colors.