COLOR #495162

HEX: #495162
RGB: (73,81,98)

Color info

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

RGB color model

#495162 color RGB value is (73,81,98).

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

RGB channels and saturation

R 73 of 255 = 29%
G 81 of 255 = 32%
B 98 of 255 = 38%

73
81
98

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

Portions of RGB colors in percentages

R + G + B =
73 + 81 + 98 = 252 (100%)
R 73 of 252 ~ 28.97%
G 81 of 252 ~ 32.14%
B 98 of 252 ~ 38.89%

%28.97
%32.14
%38.89

CMYK color model

#495162 color CMYK value is (26,17,0,62).

  • cyan value is 25.51%
  • magenta value is 17.35%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(26,17,0,62)
C26M17Y0K62 
(26%,17%,0%,62%)
(0.26/0.17/0.00/0.62)	

CMYK percentages

%25.51
%17.35
%0
%61.57

Codes

Color #495162 in popluar color models

495162
RGB738198
HSL221°14.62%33.53%
HSB/HSV221°25.51%38.43%
CMYK25.51%17.35%0.00%
61.57%

Color #495162 in popluar number systems.

HEX495162
Decimal738198
Binary100100110100011100010
Octal111121142

Shades and tints

Shades of #495162

#495162
(73,81,98)
#434A5A
(67,74,90)
#3D4352
(61,67,82)
#373C4A
(55,60,74)
#313542
(49,53,66)
#2B2E3A
(43,46,58)
#252732
(37,39,50)
#1F202A
(31,32,42)
#191922
(25,25,34)
#13121A
(19,18,26)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #495162

#495162
(73,81,98)
#596070
(89,96,112)
#696F7E
(105,111,126)
#797E8C
(121,126,140)
#898D9A
(137,141,154)
#999CA8
(153,156,168)
#A9ABB6
(169,171,182)
#B9BAC4
(185,186,196)
#C9C9D2
(201,201,210)
#D9D8E0
(217,216,224)
#E9E7EE
(233,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495162; }

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

This text font color is #495162.


Background Color

.myBgColor { background-color: #495162; }

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

This div background color is #495162.


Border color

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

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

This div border color is #495162.


Opacity

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

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

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

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

This text has shadow with #495162 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495162 on black background.


Color preview on white background

This text has color #495162 on white background.



Black color preview on #495162 background

This text has black color on #495162 background.


White color preview on #495162 background

This text has white color on #495162 background.