COLOR #495971

HEX: #495971
RGB: (73,89,113)

Color info

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

RGB color model

#495971 color RGB value is (73,89,113).

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

RGB channels and saturation

R 73 of 255 = 29%
G 89 of 255 = 35%
B 113 of 255 = 44%

73
89
113

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

Portions of RGB colors in percentages

R + G + B =
73 + 89 + 113 = 275 (100%)
R 73 of 275 ~ 26.55%
G 89 of 275 ~ 32.36%
B 113 of 275 ~ 41.09%

%26.55
%32.36
%41.09

CMYK color model

#495971 color CMYK value is (35,21,0,56).

  • cyan value is 35.40%
  • magenta value is 21.24%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(35,21,0,56)
C35M21Y0K56 
(35%,21%,0%,56%)
(0.35/0.21/0.00/0.56)	

CMYK percentages

%35.4
%21.24
%0
%55.69

Codes

Color #495971 in popluar color models

495971
RGB7389113
HSL216°21.51%36.47%
HSB/HSV216°35.40%44.31%
CMYK35.40%21.24%0.00%
55.69%

Color #495971 in popluar number systems.

HEX495971
Decimal7389113
Binary100100110110011110001
Octal111131161

Shades and tints

Shades of #495971

#495971
(73,89,113)
#435167
(67,81,103)
#3D495D
(61,73,93)
#374153
(55,65,83)
#313949
(49,57,73)
#2B313F
(43,49,63)
#252935
(37,41,53)
#1F212B
(31,33,43)
#191921
(25,25,33)
#131117
(19,17,23)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #495971

#495971
(73,89,113)
#59687D
(89,104,125)
#697789
(105,119,137)
#798695
(121,134,149)
#8995A1
(137,149,161)
#99A4AD
(153,164,173)
#A9B3B9
(169,179,185)
#B9C2C5
(185,194,197)
#C9D1D1
(201,209,209)
#D9E0DD
(217,224,221)
#E9EFE9
(233,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495971; }

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

This text font color is #495971.


Background Color

.myBgColor { background-color: #495971; }

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

This div background color is #495971.


Border color

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

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

This div border color is #495971.


Opacity

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

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

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

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

This text has shadow with #495971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495971 on black background.


Color preview on white background

This text has color #495971 on white background.



Black color preview on #495971 background

This text has black color on #495971 background.


White color preview on #495971 background

This text has white color on #495971 background.