COLOR #495460

HEX: #495460
RGB: (73,84,96)

Color info

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

RGB color model

#495460 color RGB value is (73,84,96).

  • red value is 73;
  • green value is 84;
  • blue value is 96.
RGB:
(73,84,96)
(29%,33%,38%)

RGB channels and saturation

R 73 of 255 = 29%
G 84 of 255 = 33%
B 96 of 255 = 38%

73
84
96

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

Portions of RGB colors in percentages

R + G + B =
73 + 84 + 96 = 253 (100%)
R 73 of 253 ~ 28.85%
G 84 of 253 ~ 33.2%
B 96 of 253 ~ 37.94%

%28.85
%33.2
%37.94

CMYK color model

#495460 color CMYK value is (24,13,0,62).

  • cyan value is 23.96%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(24,13,0,62)
C24M13Y0K62 
(24%,13%,0%,62%)
(0.24/0.13/0.00/0.62)	

CMYK percentages

%23.96
%12.5
%0
%62.35

Codes

Color #495460 in popluar color models

495460
RGB738496
HSL211°13.61%33.14%
HSB/HSV211°23.96%37.65%
CMYK23.96%12.50%0.00%
62.35%

Color #495460 in popluar number systems.

HEX495460
Decimal738496
Binary100100110101001100000
Octal111124140

Shades and tints

Shades of #495460

#495460
(73,84,96)
#434D58
(67,77,88)
#3D4650
(61,70,80)
#373F48
(55,63,72)
#313840
(49,56,64)
#2B3138
(43,49,56)
#252A30
(37,42,48)
#1F2328
(31,35,40)
#191C20
(25,28,32)
#131518
(19,21,24)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #495460

#495460
(73,84,96)
#59636E
(89,99,110)
#69727C
(105,114,124)
#79818A
(121,129,138)
#899098
(137,144,152)
#999FA6
(153,159,166)
#A9AEB4
(169,174,180)
#B9BDC2
(185,189,194)
#C9CCD0
(201,204,208)
#D9DBDE
(217,219,222)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495460 color. Also use rgb(73,84,96) instead hex code.

Text Font Color

.myTextColor { color: #495460; }

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

This text font color is #495460.


Background Color

.myBgColor { background-color: #495460; }

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

This div background color is #495460.


Border color

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

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

This div border color is #495460.


Opacity

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

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

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

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

This text has shadow with #495460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495460 on black background.


Color preview on white background

This text has color #495460 on white background.



Black color preview on #495460 background

This text has black color on #495460 background.


White color preview on #495460 background

This text has white color on #495460 background.