COLOR #495C6B

HEX: #495C6B
RGB: (73,92,107)

Color info

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

RGB color model

#495C6B color RGB value is (73,92,107).

  • red value is 73;
  • green value is 92;
  • blue value is 107.
RGB:
(73,92,107)
(29%,36%,42%)

RGB channels and saturation

R 73 of 255 = 29%
G 92 of 255 = 36%
B 107 of 255 = 42%

73
92
107

R + G + B ~ 36%. #495C6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 92 + 107 = 272 (100%)
R 73 of 272 ~ 26.84%
G 92 of 272 ~ 33.82%
B 107 of 272 ~ 39.34%

%26.84
%33.82
%39.34

CMYK color model

#495C6B color CMYK value is (32,14,0,58).

  • cyan value is 31.78%
  • magenta value is 14.02%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(32,14,0,58)
C32M14Y0K58 
(32%,14%,0%,58%)
(0.32/0.14/0.00/0.58)	

CMYK percentages

%31.78
%14.02
%0
%58.04

Codes

Color #495C6B in popluar color models

495C6B
RGB7392107
HSL206°18.89%35.29%
HSB/HSV206°31.78%41.96%
CMYK31.78%14.02%0.00%
58.04%

Color #495C6B in popluar number systems.

HEX495C6B
Decimal7392107
Binary100100110111001101011
Octal111134153

Shades and tints

Shades of #495C6B

#495C6B
(73,92,107)
#435462
(67,84,98)
#3D4C59
(61,76,89)
#374450
(55,68,80)
#313C47
(49,60,71)
#2B343E
(43,52,62)
#252C35
(37,44,53)
#1F242C
(31,36,44)
#191C23
(25,28,35)
#13141A
(19,20,26)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #495C6B

#495C6B
(73,92,107)
#596A78
(89,106,120)
#697885
(105,120,133)
#798692
(121,134,146)
#89949F
(137,148,159)
#99A2AC
(153,162,172)
#A9B0B9
(169,176,185)
#B9BEC6
(185,190,198)
#C9CCD3
(201,204,211)
#D9DAE0
(217,218,224)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495C6B color. Also use rgb(73,92,107) instead hex code.

Text Font Color

.myTextColor { color: #495C6B; }

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

This text font color is #495C6B.


Background Color

.myBgColor { background-color: #495C6B; }

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

This div background color is #495C6B.


Border color

.myBorderColor { border: 1px solid #495C6B; }

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

This div border color is #495C6B.


Opacity

.myOpacity80 { color: #495C6B; opacity: 0.8; }

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

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

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

This text has shadow with #495C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495C6B on black background.


Color preview on white background

This text has color #495C6B on white background.



Black color preview on #495C6B background

This text has black color on #495C6B background.


White color preview on #495C6B background

This text has white color on #495C6B background.