COLOR #495071

HEX: #495071
RGB: (73,80,113)

Color info

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

RGB color model

#495071 color RGB value is (73,80,113).

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

RGB channels and saturation

R 73 of 255 = 29%
G 80 of 255 = 31%
B 113 of 255 = 44%

73
80
113

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

Portions of RGB colors in percentages

R + G + B =
73 + 80 + 113 = 266 (100%)
R 73 of 266 ~ 27.44%
G 80 of 266 ~ 30.08%
B 113 of 266 ~ 42.48%

%27.44
%30.08
%42.48

CMYK color model

#495071 color CMYK value is (35,29,0,56).

  • cyan value is 35.40%
  • magenta value is 29.20%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(35,29,0,56)
C35M29Y0K56 
(35%,29%,0%,56%)
(0.35/0.29/0.00/0.56)	

CMYK percentages

%35.4
%29.2
%0
%55.69

Codes

Color #495071 in popluar color models

495071
RGB7380113
HSL230°21.51%36.47%
HSB/HSV230°35.40%44.31%
CMYK35.40%29.20%0.00%
55.69%

Color #495071 in popluar number systems.

HEX495071
Decimal7380113
Binary100100110100001110001
Octal111120161

Shades and tints

Shades of #495071

#495071
(73,80,113)
#434967
(67,73,103)
#3D425D
(61,66,93)
#373B53
(55,59,83)
#313449
(49,52,73)
#2B2D3F
(43,45,63)
#252635
(37,38,53)
#1F1F2B
(31,31,43)
#191821
(25,24,33)
#131117
(19,17,23)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #495071

#495071
(73,80,113)
#595F7D
(89,95,125)
#696E89
(105,110,137)
#797D95
(121,125,149)
#898CA1
(137,140,161)
#999BAD
(153,155,173)
#A9AAB9
(169,170,185)
#B9B9C5
(185,185,197)
#C9C8D1
(201,200,209)
#D9D7DD
(217,215,221)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495071; }

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

This text font color is #495071.


Background Color

.myBgColor { background-color: #495071; }

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

This div background color is #495071.


Border color

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

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

This div border color is #495071.


Opacity

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

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

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

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

This text has shadow with #495071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495071 on black background.


Color preview on white background

This text has color #495071 on white background.



Black color preview on #495071 background

This text has black color on #495071 background.


White color preview on #495071 background

This text has white color on #495071 background.