COLOR #495560

HEX: #495560
RGB: (73,85,96)

Color info

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

RGB color model

#495560 color RGB value is (73,85,96).

  • red value is 73;
  • green value is 85;
  • blue value is 96.
RGB:
(73,85,96)
(29%,33%,38%)

RGB channels and saturation

R 73 of 255 = 29%
G 85 of 255 = 33%
B 96 of 255 = 38%

73
85
96

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

Portions of RGB colors in percentages

R + G + B =
73 + 85 + 96 = 254 (100%)
R 73 of 254 ~ 28.74%
G 85 of 254 ~ 33.46%
B 96 of 254 ~ 37.8%

%28.74
%33.46
%37.8

CMYK color model

#495560 color CMYK value is (24,11,0,62).

  • cyan value is 23.96%
  • magenta value is 11.46%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(24,11,0,62)
C24M11Y0K62 
(24%,11%,0%,62%)
(0.24/0.11/0.00/0.62)	

CMYK percentages

%23.96
%11.46
%0
%62.35

Codes

Color #495560 in popluar color models

495560
RGB738596
HSL209°13.61%33.14%
HSB/HSV209°23.96%37.65%
CMYK23.96%11.46%0.00%
62.35%

Color #495560 in popluar number systems.

HEX495560
Decimal738596
Binary100100110101011100000
Octal111125140

Shades and tints

Shades of #495560

#495560
(73,85,96)
#434E58
(67,78,88)
#3D4750
(61,71,80)
#374048
(55,64,72)
#313940
(49,57,64)
#2B3238
(43,50,56)
#252B30
(37,43,48)
#1F2428
(31,36,40)
#191D20
(25,29,32)
#131618
(19,22,24)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #495560

#495560
(73,85,96)
#59646E
(89,100,110)
#69737C
(105,115,124)
#79828A
(121,130,138)
#899198
(137,145,152)
#99A0A6
(153,160,166)
#A9AFB4
(169,175,180)
#B9BEC2
(185,190,194)
#C9CDD0
(201,205,208)
#D9DCDE
(217,220,222)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495560 color. Also use rgb(73,85,96) instead hex code.

Text Font Color

.myTextColor { color: #495560; }

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

This text font color is #495560.


Background Color

.myBgColor { background-color: #495560; }

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

This div background color is #495560.


Border color

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

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

This div border color is #495560.


Opacity

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

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

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

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

This text has shadow with #495560 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495560 on black background.


Color preview on white background

This text has color #495560 on white background.



Black color preview on #495560 background

This text has black color on #495560 background.


White color preview on #495560 background

This text has white color on #495560 background.