COLOR #495559

HEX: #495559
RGB: (73,85,89)

Color info

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

RGB color model

#495559 color RGB value is (73,85,89).

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

RGB channels and saturation

R 73 of 255 = 29%
G 85 of 255 = 33%
B 89 of 255 = 35%

73
85
89

R + G + B ~ 32%. #495559 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 85 + 89 = 247 (100%)
R 73 of 247 ~ 29.55%
G 85 of 247 ~ 34.41%
B 89 of 247 ~ 36.03%

%29.55
%34.41
%36.03

CMYK color model

#495559 color CMYK value is (18,4,0,65).

  • cyan value is 17.98%
  • magenta value is 4.49%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(18,4,0,65)
C18M4Y0K65 
(18%,4%,0%,65%)
(0.18/0.04/0.00/0.65)	

CMYK percentages

%17.98
%4.49
%0
%65.1

Codes

Color #495559 in popluar color models

495559
RGB738589
HSL195°9.88%31.76%
HSB/HSV195°17.98%34.90%
CMYK17.98%4.49%0.00%
65.10%

Color #495559 in popluar number systems.

HEX495559
Decimal738589
Binary100100110101011011001
Octal111125131

Shades and tints

Shades of #495559

#495559
(73,85,89)
#434E51
(67,78,81)
#3D4749
(61,71,73)
#374041
(55,64,65)
#313939
(49,57,57)
#2B3231
(43,50,49)
#252B29
(37,43,41)
#1F2421
(31,36,33)
#191D19
(25,29,25)
#131611
(19,22,17)
#0D0F09
(13,15,9)
#000000
(0,0,0)

Tints of #495559

#495559
(73,85,89)
#596468
(89,100,104)
#697377
(105,115,119)
#798286
(121,130,134)
#899195
(137,145,149)
#99A0A4
(153,160,164)
#A9AFB3
(169,175,179)
#B9BEC2
(185,190,194)
#C9CDD1
(201,205,209)
#D9DCE0
(217,220,224)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495559; }

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

This text font color is #495559.


Background Color

.myBgColor { background-color: #495559; }

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

This div background color is #495559.


Border color

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

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

This div border color is #495559.


Opacity

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

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

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

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

This text has shadow with #495559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495559 on black background.


Color preview on white background

This text has color #495559 on white background.



Black color preview on #495559 background

This text has black color on #495559 background.


White color preview on #495559 background

This text has white color on #495559 background.