COLOR #494D5C

HEX: #494D5C
RGB: (73,77,92)

Color info

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

RGB color model

#494D5C color RGB value is (73,77,92).

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

RGB channels and saturation

R 73 of 255 = 29%
G 77 of 255 = 30%
B 92 of 255 = 36%

73
77
92

R + G + B ~ 32%. #494D5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 77 + 92 = 242 (100%)
R 73 of 242 ~ 30.17%
G 77 of 242 ~ 31.82%
B 92 of 242 ~ 38.02%

%30.17
%31.82
%38.02

CMYK color model

#494D5C color CMYK value is (21,16,0,64).

  • cyan value is 20.65%
  • magenta value is 16.30%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(21,16,0,64)
C21M16Y0K64 
(21%,16%,0%,64%)
(0.21/0.16/0.00/0.64)	

CMYK percentages

%20.65
%16.3
%0
%63.92

Codes

Color #494D5C in popluar color models

494D5C
RGB737792
HSL227°11.52%32.35%
HSB/HSV227°20.65%36.08%
CMYK20.65%16.30%0.00%
63.92%

Color #494D5C in popluar number systems.

HEX494D5C
Decimal737792
Binary100100110011011011100
Octal111115134

Shades and tints

Shades of #494D5C

#494D5C
(73,77,92)
#434654
(67,70,84)
#3D3F4C
(61,63,76)
#373844
(55,56,68)
#31313C
(49,49,60)
#2B2A34
(43,42,52)
#25232C
(37,35,44)
#1F1C24
(31,28,36)
#19151C
(25,21,28)
#130E14
(19,14,20)
#0D070C
(13,7,12)
#000000
(0,0,0)

Tints of #494D5C

#494D5C
(73,77,92)
#595D6A
(89,93,106)
#696D78
(105,109,120)
#797D86
(121,125,134)
#898D94
(137,141,148)
#999DA2
(153,157,162)
#A9ADB0
(169,173,176)
#B9BDBE
(185,189,190)
#C9CDCC
(201,205,204)
#D9DDDA
(217,221,218)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494D5C; }

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

This text font color is #494D5C.


Background Color

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

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

This div background color is #494D5C.


Border color

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

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

This div border color is #494D5C.


Opacity

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

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

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

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

This text has shadow with #494D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494D5C on black background.


Color preview on white background

This text has color #494D5C on white background.



Black color preview on #494D5C background

This text has black color on #494D5C background.


White color preview on #494D5C background

This text has white color on #494D5C background.