COLOR #494E64

HEX: #494E64
RGB: (73,78,100)

Color info

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

RGB color model

#494E64 color RGB value is (73,78,100).

  • red value is 73;
  • green value is 78;
  • blue value is 100.
RGB:
(73,78,100)
(29%,31%,39%)

RGB channels and saturation

R 73 of 255 = 29%
G 78 of 255 = 31%
B 100 of 255 = 39%

73
78
100

R + G + B ~ 33%. #494E64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 78 + 100 = 251 (100%)
R 73 of 251 ~ 29.08%
G 78 of 251 ~ 31.08%
B 100 of 251 ~ 39.84%

%29.08
%31.08
%39.84

CMYK color model

#494E64 color CMYK value is (27,22,0,61).

  • cyan value is 27.00%
  • magenta value is 22.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(27,22,0,61)
C27M22Y0K61 
(27%,22%,0%,61%)
(0.27/0.22/0.00/0.61)	

CMYK percentages

%27
%22
%0
%60.78

Codes

Color #494E64 in popluar color models

494E64
RGB7378100
HSL229°15.61%33.92%
HSB/HSV229°27.00%39.22%
CMYK27.00%22.00%0.00%
60.78%

Color #494E64 in popluar number systems.

HEX494E64
Decimal7378100
Binary100100110011101100100
Octal111116144

Shades and tints

Shades of #494E64

#494E64
(73,78,100)
#43475B
(67,71,91)
#3D4052
(61,64,82)
#373949
(55,57,73)
#313240
(49,50,64)
#2B2B37
(43,43,55)
#25242E
(37,36,46)
#1F1D25
(31,29,37)
#19161C
(25,22,28)
#130F13
(19,15,19)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #494E64

#494E64
(73,78,100)
#595E72
(89,94,114)
#696E80
(105,110,128)
#797E8E
(121,126,142)
#898E9C
(137,142,156)
#999EAA
(153,158,170)
#A9AEB8
(169,174,184)
#B9BEC6
(185,190,198)
#C9CED4
(201,206,212)
#D9DEE2
(217,222,226)
#E9EEF0
(233,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494E64; }

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

This text font color is #494E64.


Background Color

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

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

This div background color is #494E64.


Border color

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

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

This div border color is #494E64.


Opacity

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

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

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

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

This text has shadow with #494E64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494E64 on black background.


Color preview on white background

This text has color #494E64 on white background.



Black color preview on #494E64 background

This text has black color on #494E64 background.


White color preview on #494E64 background

This text has white color on #494E64 background.