COLOR #495664

HEX: #495664
RGB: (73,86,100)

Color info

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

RGB color model

#495664 color RGB value is (73,86,100).

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

RGB channels and saturation

R 73 of 255 = 29%
G 86 of 255 = 34%
B 100 of 255 = 39%

73
86
100

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

Portions of RGB colors in percentages

R + G + B =
73 + 86 + 100 = 259 (100%)
R 73 of 259 ~ 28.19%
G 86 of 259 ~ 33.2%
B 100 of 259 ~ 38.61%

%28.19
%33.2
%38.61

CMYK color model

#495664 color CMYK value is (27,14,0,61).

  • cyan value is 27.00%
  • magenta value is 14.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(27,14,0,61)
C27M14Y0K61 
(27%,14%,0%,61%)
(0.27/0.14/0.00/0.61)	

CMYK percentages

%27
%14
%0
%60.78

Codes

Color #495664 in popluar color models

495664
RGB7386100
HSL211°15.61%33.92%
HSB/HSV211°27.00%39.22%
CMYK27.00%14.00%0.00%
60.78%

Color #495664 in popluar number systems.

HEX495664
Decimal7386100
Binary100100110101101100100
Octal111126144

Shades and tints

Shades of #495664

#495664
(73,86,100)
#434F5B
(67,79,91)
#3D4852
(61,72,82)
#374149
(55,65,73)
#313A40
(49,58,64)
#2B3337
(43,51,55)
#252C2E
(37,44,46)
#1F2525
(31,37,37)
#191E1C
(25,30,28)
#131713
(19,23,19)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #495664

#495664
(73,86,100)
#596572
(89,101,114)
#697480
(105,116,128)
#79838E
(121,131,142)
#89929C
(137,146,156)
#99A1AA
(153,161,170)
#A9B0B8
(169,176,184)
#B9BFC6
(185,191,198)
#C9CED4
(201,206,212)
#D9DDE2
(217,221,226)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495664; }

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

This text font color is #495664.


Background Color

.myBgColor { background-color: #495664; }

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

This div background color is #495664.


Border color

.myBorderColor { border: 1px solid #495664; }

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

This div border color is #495664.


Opacity

.myOpacity80 { color: #495664; opacity: 0.8; }

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

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

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

This text has shadow with #495664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495664 on black background.


Color preview on white background

This text has color #495664 on white background.



Black color preview on #495664 background

This text has black color on #495664 background.


White color preview on #495664 background

This text has white color on #495664 background.