COLOR #495062

HEX: #495062
RGB: (73,80,98)

Color info

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

RGB color model

#495062 color RGB value is (73,80,98).

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

RGB channels and saturation

R 73 of 255 = 29%
G 80 of 255 = 31%
B 98 of 255 = 38%

73
80
98

R + G + B ~ 33%. #495062 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 80 + 98 = 251 (100%)
R 73 of 251 ~ 29.08%
G 80 of 251 ~ 31.87%
B 98 of 251 ~ 39.04%

%29.08
%31.87
%39.04

CMYK color model

#495062 color CMYK value is (26,18,0,62).

  • cyan value is 25.51%
  • magenta value is 18.37%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(26,18,0,62)
C26M18Y0K62 
(26%,18%,0%,62%)
(0.26/0.18/0.00/0.62)	

CMYK percentages

%25.51
%18.37
%0
%61.57

Codes

Color #495062 in popluar color models

495062
RGB738098
HSL223°14.62%33.53%
HSB/HSV223°25.51%38.43%
CMYK25.51%18.37%0.00%
61.57%

Color #495062 in popluar number systems.

HEX495062
Decimal738098
Binary100100110100001100010
Octal111120142

Shades and tints

Shades of #495062

#495062
(73,80,98)
#43495A
(67,73,90)
#3D4252
(61,66,82)
#373B4A
(55,59,74)
#313442
(49,52,66)
#2B2D3A
(43,45,58)
#252632
(37,38,50)
#1F1F2A
(31,31,42)
#191822
(25,24,34)
#13111A
(19,17,26)
#0D0A12
(13,10,18)
#000000
(0,0,0)

Tints of #495062

#495062
(73,80,98)
#595F70
(89,95,112)
#696E7E
(105,110,126)
#797D8C
(121,125,140)
#898C9A
(137,140,154)
#999BA8
(153,155,168)
#A9AAB6
(169,170,182)
#B9B9C4
(185,185,196)
#C9C8D2
(201,200,210)
#D9D7E0
(217,215,224)
#E9E6EE
(233,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495062; }

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

This text font color is #495062.


Background Color

.myBgColor { background-color: #495062; }

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

This div background color is #495062.


Border color

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

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

This div border color is #495062.


Opacity

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

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

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

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

This text has shadow with #495062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495062 on black background.


Color preview on white background

This text has color #495062 on white background.



Black color preview on #495062 background

This text has black color on #495062 background.


White color preview on #495062 background

This text has white color on #495062 background.