COLOR #494E6B

HEX: #494E6B RGB: (73,78,107)

Color info

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

RGB color model

#494E6B color RGB value is (73,78,107).

RGB: (73,78,107) (29%, 31%, 42%)

RGB channels and saturation

R 73 of 255 = 29%
G 78 of 255 = 31%
B 107 of 255 = 42%

73
78
107

R + G + B ~ 34%. #494E6B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 78 + 107 = 258 (100%)
R 73 of 258 ~ 28.29%
G 78 of 258 ~ 30.23%
B 107 of 258 ~ 41.47'%

%28.29
%30.23
%41.47

CMYK color model

#494E6B color CMYK value is (32,27,0,58).

  • cyan value is 31.78%
  • magenta value is 27.10%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (32,27,0,58)
C32M27Y0K58 (32%, 27%, 0%, 58%)
(0.32 / 0.27 / 0.00 / 0.58)

CMYK percentages

%31.78
%27.1
%0
%58.04

Codes

Color #494E6B in popluar color models

49 4E 6B
RGB 73 78 107
HSL 231° 18.89% 35.29%
HSB/HSV 231° 31.78% 41.96%
CMYK 31.78% 27.10% 0.00%
58.04%

Color #494E6B in popluar number systems.

HEX 49 4E 6B
Decimal 73 78 107
Binary 1001001 1001110 1101011
Octal 111 116 153

Shades and tints

Shades of #494E6B

#494E6B
(73,78,107)
#434762
(67,71,98)
#3D4059
(61,64,89)
#373950
(55,57,80)
#313247
(49,50,71)
#2B2B3E
(43,43,62)
#252435
(37,36,53)
#1F1D2C
(31,29,44)
#191623
(25,22,35)
#130F1A
(19,15,26)
#0D0811
(13,8,17)
#000000
(0,0,0)

Tints of #494E6B

#494E6B
(73,78,107)
#595E78
(89,94,120)
#696E85
(105,110,133)
#797E92
(121,126,146)
#898E9F
(137,142,159)
#999EAC
(153,158,172)
#A9AEB9
(169,174,185)
#B9BEC6
(185,190,198)
#C9CED3
(201,206,211)
#D9DEE0
(217,222,224)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494E6B; }

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

This text font color is #494E6B.

Background Color

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

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

This div background color is #494E6B.

Border color

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

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

This div border color is #494E6B.

Opacity

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

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

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

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

This text has shadow with #494E6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #494E6B.

Preview

Color preview on black background

This text has color #494E6B on black background.


Color preview on white background

This text has color #494E6B on white background.


Black color preview on #494E6B background

This text has black color on #494E6B background.


White color preview on #494E6B background

This text has white color on #494E6B background.


Related colors

Complementary color

Complementary color for #hex is #B6B194.


I love getcolorcode.com

Triadic colors

1 #6B494E and #4E6B49 with #494E6B are triadic colors.

2 #6B4E49 and #4E496B with #494E6B are triadic colors.