COLOR #495660

HEX: #495660
RGB: (73,86,96)

Color info

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

RGB color model

#495660 color RGB value is (73,86,96).

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

RGB channels and saturation

R 73 of 255 = 29%
G 86 of 255 = 34%
B 96 of 255 = 38%

73
86
96

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

Portions of RGB colors in percentages

R + G + B =
73 + 86 + 96 = 255 (100%)
R 73 of 255 ~ 28.63%
G 86 of 255 ~ 33.73%
B 96 of 255 ~ 37.65%

%28.63
%33.73
%37.65

CMYK color model

#495660 color CMYK value is (24,10,0,62).

  • cyan value is 23.96%
  • magenta value is 10.42%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK: (24,10,0,62) C24M10Y0K62 (24%,10%,0%,62%) (0.24/0.10/0.00/0.62)

CMYK percentages

%23.96
%10.42
%0
%62.35

Codes

Color #495660 in popluar color models

495660
RGB738696
HSL206°13.61%33.14%
HSB/HSV206°23.96%37.65%
CMYK23.96%10.42%0.00%
62.35%

Color #495660 in popluar number systems.

HEX495660
Decimal738696
Binary100100110101101100000
Octal111126140

Shades and tints

Shades of #495660

#495660
(73,86,96)
#434F58
(67,79,88)
#3D4850
(61,72,80)
#374148
(55,65,72)
#313A40
(49,58,64)
#2B3338
(43,51,56)
#252C30
(37,44,48)
#1F2528
(31,37,40)
#191E20
(25,30,32)
#131718
(19,23,24)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #495660

#495660
(73,86,96)
#59656E
(89,101,110)
#69747C
(105,116,124)
#79838A
(121,131,138)
#899298
(137,146,152)
#99A1A6
(153,161,166)
#A9B0B4
(169,176,180)
#B9BFC2
(185,191,194)
#C9CED0
(201,206,208)
#D9DDDE
(217,221,222)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495660; }

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

This text font color is #495660.


Background Color

.myBgColor { background-color: #495660; }

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

This div background color is #495660.


Border color

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

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

This div border color is #495660.


Opacity

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

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

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

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

This text has shadow with #495660 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #495660 on black background.


Color preview on white background

This text has color #495660 on white background.



Black color preview on #495660 background

This text has black color on #495660 background.


White color preview on #495660 background

This text has white color on #495660 background.