COLOR #495C77

HEX: #495C77 RGB: (73,92,119)

Color info

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

RGB color model

#495C77 color RGB value is (73,92,119).

RGB: (73,92,119) (29%, 36%, 47%)

RGB channels and saturation

R 73 of 255 = 29%
G 92 of 255 = 36%
B 119 of 255 = 47%

73
92
119

R + G + B ~ 37%. #495C77 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 92 + 119 = 284 (100%)
R 73 of 284 ~ 25.7%
G 92 of 284 ~ 32.39%
B 119 of 284 ~ 41.9'%

%25.7
%32.39
%41.9

CMYK color model

#495C77 color CMYK value is (39,23,0,53).

  • cyan value is 38.66%
  • magenta value is 22.69%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (39,23,0,53)
C39M23Y0K53 (39%, 23%, 0%, 53%)
(0.39 / 0.23 / 0.00 / 0.53)

CMYK percentages

%38.66
%22.69
%0
%53.33

Codes

Color #495C77 in popluar color models

49 5C 77
RGB 73 92 119
HSL 215° 23.96% 37.65%
HSB/HSV 215° 38.66% 46.67%
CMYK 38.66% 22.69% 0.00%
53.33%

Color #495C77 in popluar number systems.

HEX 49 5C 77
Decimal 73 92 119
Binary 1001001 1011100 1110111
Octal 111 134 167

Shades and tints

Shades of #495C77

#495C77
(73,92,119)
#43546D
(67,84,109)
#3D4C63
(61,76,99)
#374459
(55,68,89)
#313C4F
(49,60,79)
#2B3445
(43,52,69)
#252C3B
(37,44,59)
#1F2431
(31,36,49)
#191C27
(25,28,39)
#13141D
(19,20,29)
#0D0C13
(13,12,19)
#000000
(0,0,0)

Tints of #495C77

#495C77
(73,92,119)
#596A83
(89,106,131)
#69788F
(105,120,143)
#79869B
(121,134,155)
#8994A7
(137,148,167)
#99A2B3
(153,162,179)
#A9B0BF
(169,176,191)
#B9BECB
(185,190,203)
#C9CCD7
(201,204,215)
#D9DAE3
(217,218,227)
#E9E8EF
(233,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495C77; }

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

This text font color is #495C77.

Background Color

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

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

This div background color is #495C77.

Border color

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

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

This div border color is #495C77.

Opacity

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

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

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

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

This text has shadow with #495C77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #495C77.

Preview

Color preview on black background

This text has color #495C77 on black background.


Color preview on white background

This text has color #495C77 on white background.


Black color preview on #495C77 background

This text has black color on #495C77 background.


White color preview on #495C77 background

This text has white color on #495C77 background.


Related colors

Complementary color

Complementary color for #hex is #B6A388.


I love getcolorcode.com

Triadic colors

1 #77495C and #5C7749 with #495C77 are triadic colors.

2 #775C49 and #5C4977 with #495C77 are triadic colors.