COLOR #494D5F

HEX: #494D5F
RGB: (73,77,95)

Color info

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

RGB color model

#494D5F color RGB value is (73,77,95).

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

RGB channels and saturation

R 73 of 255 = 29%
G 77 of 255 = 30%
B 95 of 255 = 37%

73
77
95

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

Portions of RGB colors in percentages

R + G + B =
73 + 77 + 95 = 245 (100%)
R 73 of 245 ~ 29.8%
G 77 of 245 ~ 31.43%
B 95 of 245 ~ 38.78%

%29.8
%31.43
%38.78

CMYK color model

#494D5F color CMYK value is (23,19,0,63).

  • cyan value is 23.16%
  • magenta value is 18.95%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(23,19,0,63)
C23M19Y0K63 
(23%,19%,0%,63%)
(0.23/0.19/0.00/0.63)	

CMYK percentages

%23.16
%18.95
%0
%62.75

Codes

Color #494D5F in popluar color models

494D5F
RGB737795
HSL229°13.10%32.94%
HSB/HSV229°23.16%37.25%
CMYK23.16%18.95%0.00%
62.75%

Color #494D5F in popluar number systems.

HEX494D5F
Decimal737795
Binary100100110011011011111
Octal111115137

Shades and tints

Shades of #494D5F

#494D5F
(73,77,95)
#434657
(67,70,87)
#3D3F4F
(61,63,79)
#373847
(55,56,71)
#31313F
(49,49,63)
#2B2A37
(43,42,55)
#25232F
(37,35,47)
#1F1C27
(31,28,39)
#19151F
(25,21,31)
#130E17
(19,14,23)
#0D070F
(13,7,15)
#000000
(0,0,0)

Tints of #494D5F

#494D5F
(73,77,95)
#595D6D
(89,93,109)
#696D7B
(105,109,123)
#797D89
(121,125,137)
#898D97
(137,141,151)
#999DA5
(153,157,165)
#A9ADB3
(169,173,179)
#B9BDC1
(185,189,193)
#C9CDCF
(201,205,207)
#D9DDDD
(217,221,221)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494D5F; }

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

This text font color is #494D5F.


Background Color

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

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

This div background color is #494D5F.


Border color

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

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

This div border color is #494D5F.


Opacity

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

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

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

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

This text has shadow with #494D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494D5F on black background.


Color preview on white background

This text has color #494D5F on white background.



Black color preview on #494D5F background

This text has black color on #494D5F background.


White color preview on #494D5F background

This text has white color on #494D5F background.