COLOR #495577

HEX: #495577
RGB: (73,85,119)

Color info

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

RGB color model

#495577 color RGB value is (73,85,119).

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

RGB channels and saturation

R 73 of 255 = 29%
G 85 of 255 = 33%
B 119 of 255 = 47%

73
85
119

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

Portions of RGB colors in percentages

R + G + B =
73 + 85 + 119 = 277 (100%)
R 73 of 277 ~ 26.35%
G 85 of 277 ~ 30.69%
B 119 of 277 ~ 42.96%

%26.35
%30.69
%42.96

CMYK color model

#495577 color CMYK value is (39,29,0,53).

  • cyan value is 38.66%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(39,29,0,53)
C39M29Y0K53 
(39%,29%,0%,53%)
(0.39/0.29/0.00/0.53)	

CMYK percentages

%38.66
%28.57
%0
%53.33

Codes

Color #495577 in popluar color models

495577
RGB7385119
HSL224°23.96%37.65%
HSB/HSV224°38.66%46.67%
CMYK38.66%28.57%0.00%
53.33%

Color #495577 in popluar number systems.

HEX495577
Decimal7385119
Binary100100110101011110111
Octal111125167

Shades and tints

Shades of #495577

#495577
(73,85,119)
#434E6D
(67,78,109)
#3D4763
(61,71,99)
#374059
(55,64,89)
#31394F
(49,57,79)
#2B3245
(43,50,69)
#252B3B
(37,43,59)
#1F2431
(31,36,49)
#191D27
(25,29,39)
#13161D
(19,22,29)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #495577

#495577
(73,85,119)
#596483
(89,100,131)
#69738F
(105,115,143)
#79829B
(121,130,155)
#8991A7
(137,145,167)
#99A0B3
(153,160,179)
#A9AFBF
(169,175,191)
#B9BECB
(185,190,203)
#C9CDD7
(201,205,215)
#D9DCE3
(217,220,227)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495577; }

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

This text font color is #495577.


Background Color

.myBgColor { background-color: #495577; }

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

This div background color is #495577.


Border color

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

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

This div border color is #495577.


Opacity

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

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

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

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

This text has shadow with #495577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495577 on black background.


Color preview on white background

This text has color #495577 on white background.



Black color preview on #495577 background

This text has black color on #495577 background.


White color preview on #495577 background

This text has white color on #495577 background.