COLOR #495A66

HEX: #495A66
RGB: (73,90,102)

Color info

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

RGB color model

#495A66 color RGB value is (73,90,102).

  • red value is 73;
  • green value is 90;
  • blue value is 102.
RGB:
(73,90,102)
(29%,35%,40%)

RGB channels and saturation

R 73 of 255 = 29%
G 90 of 255 = 35%
B 102 of 255 = 40%

73
90
102

R + G + B ~ 35%. #495A66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 90 + 102 = 265 (100%)
R 73 of 265 ~ 27.55%
G 90 of 265 ~ 33.96%
B 102 of 265 ~ 38.49%

%27.55
%33.96
%38.49

CMYK color model

#495A66 color CMYK value is (28,12,0,60).

  • cyan value is 28.43%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(28,12,0,60)
C28M12Y0K60 
(28%,12%,0%,60%)
(0.28/0.12/0.00/0.60)	

CMYK percentages

%28.43
%11.76
%0
%60

Codes

Color #495A66 in popluar color models

495A66
RGB7390102
HSL205°16.57%34.31%
HSB/HSV205°28.43%40.00%
CMYK28.43%11.76%0.00%
60.00%

Color #495A66 in popluar number systems.

HEX495A66
Decimal7390102
Binary100100110110101100110
Octal111132146

Shades and tints

Shades of #495A66

#495A66
(73,90,102)
#43525D
(67,82,93)
#3D4A54
(61,74,84)
#37424B
(55,66,75)
#313A42
(49,58,66)
#2B3239
(43,50,57)
#252A30
(37,42,48)
#1F2227
(31,34,39)
#191A1E
(25,26,30)
#131215
(19,18,21)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #495A66

#495A66
(73,90,102)
#596973
(89,105,115)
#697880
(105,120,128)
#79878D
(121,135,141)
#89969A
(137,150,154)
#99A5A7
(153,165,167)
#A9B4B4
(169,180,180)
#B9C3C1
(185,195,193)
#C9D2CE
(201,210,206)
#D9E1DB
(217,225,219)
#E9F0E8
(233,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495A66 color. Also use rgb(73,90,102) instead hex code.

Text Font Color

.myTextColor { color: #495A66; }

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

This text font color is #495A66.


Background Color

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

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

This div background color is #495A66.


Border color

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

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

This div border color is #495A66.


Opacity

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

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

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

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

This text has shadow with #495A66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495A66 on black background.


Color preview on white background

This text has color #495A66 on white background.



Black color preview on #495A66 background

This text has black color on #495A66 background.


White color preview on #495A66 background

This text has white color on #495A66 background.