COLOR #494C56

HEX: #494C56
RGB: (73,76,86)

Color info

#494C56 contains red, green and blue colors in about the same proportion. Web safe color of #494C56 is #333366 (or #336).

RGB color model

#494C56 color RGB value is (73,76,86).

  • red value is 73;
  • green value is 76;
  • blue value is 86.
RGB:
(73,76,86)
(29%,30%,34%)

RGB channels and saturation

R 73 of 255 = 29%
G 76 of 255 = 30%
B 86 of 255 = 34%

73
76
86

R + G + B ~ 31%. #494C56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 76 + 86 = 235 (100%)
R 73 of 235 ~ 31.06%
G 76 of 235 ~ 32.34%
B 86 of 235 ~ 36.6%

%31.06
%32.34
%36.6

CMYK color model

#494C56 color CMYK value is (15,12,0,66).

  • cyan value is 15.12%
  • magenta value is 11.63%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(15,12,0,66)
C15M12Y0K66 
(15%,12%,0%,66%)
(0.15/0.12/0.00/0.66)	

CMYK percentages

%15.12
%11.63
%0
%66.27

Codes

Color #494C56 in popluar color models

494C56
RGB737686
HSL226°8.18%31.18%
HSB/HSV226°15.12%33.73%
CMYK15.12%11.63%0.00%
66.27%

Color #494C56 in popluar number systems.

HEX494C56
Decimal737686
Binary100100110011001010110
Octal111114126

Shades and tints

Shades of #494C56

#494C56
(73,76,86)
#43464F
(67,70,79)
#3D4048
(61,64,72)
#373A41
(55,58,65)
#31343A
(49,52,58)
#2B2E33
(43,46,51)
#25282C
(37,40,44)
#1F2225
(31,34,37)
#191C1E
(25,28,30)
#131617
(19,22,23)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #494C56

#494C56
(73,76,86)
#595C65
(89,92,101)
#696C74
(105,108,116)
#797C83
(121,124,131)
#898C92
(137,140,146)
#999CA1
(153,156,161)
#A9ACB0
(169,172,176)
#B9BCBF
(185,188,191)
#C9CCCE
(201,204,206)
#D9DCDD
(217,220,221)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494C56 color. Also use rgb(73,76,86) instead hex code.

Text Font Color

.myTextColor { color: #494C56; }

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

This text font color is #494C56.


Background Color

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

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

This div background color is #494C56.


Border color

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

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

This div border color is #494C56.


Opacity

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

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

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

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

This text has shadow with #494C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494C56 on black background.


Color preview on white background

This text has color #494C56 on white background.



Black color preview on #494C56 background

This text has black color on #494C56 background.


White color preview on #494C56 background

This text has white color on #494C56 background.