COLOR #495459

HEX: #495459
RGB: (73,84,89)

Color info

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

RGB color model

#495459 color RGB value is (73,84,89).

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

RGB channels and saturation

R 73 of 255 = 29%
G 84 of 255 = 33%
B 89 of 255 = 35%

73
84
89

R + G + B ~ 32%. #495459 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 84 + 89 = 246 (100%)
R 73 of 246 ~ 29.67%
G 84 of 246 ~ 34.15%
B 89 of 246 ~ 36.18%

%29.67
%34.15
%36.18

CMYK color model

#495459 color CMYK value is (18,6,0,65).

  • cyan value is 17.98%
  • magenta value is 5.62%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(18,6,0,65)
C18M6Y0K65 
(18%,6%,0%,65%)
(0.18/0.06/0.00/0.65)	

CMYK percentages

%17.98
%5.62
%0
%65.1

Codes

Color #495459 in popluar color models

495459
RGB738489
HSL199°9.88%31.76%
HSB/HSV199°17.98%34.90%
CMYK17.98%5.62%0.00%
65.10%

Color #495459 in popluar number systems.

HEX495459
Decimal738489
Binary100100110101001011001
Octal111124131

Shades and tints

Shades of #495459

#495459
(73,84,89)
#434D51
(67,77,81)
#3D4649
(61,70,73)
#373F41
(55,63,65)
#313839
(49,56,57)
#2B3131
(43,49,49)
#252A29
(37,42,41)
#1F2321
(31,35,33)
#191C19
(25,28,25)
#131511
(19,21,17)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #495459

#495459
(73,84,89)
#596368
(89,99,104)
#697277
(105,114,119)
#798186
(121,129,134)
#899095
(137,144,149)
#999FA4
(153,159,164)
#A9AEB3
(169,174,179)
#B9BDC2
(185,189,194)
#C9CCD1
(201,204,209)
#D9DBE0
(217,219,224)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495459; }

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

This text font color is #495459.


Background Color

.myBgColor { background-color: #495459; }

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

This div background color is #495459.


Border color

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

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

This div border color is #495459.


Opacity

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

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

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

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

This text has shadow with #495459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495459 on black background.


Color preview on white background

This text has color #495459 on white background.



Black color preview on #495459 background

This text has black color on #495459 background.


White color preview on #495459 background

This text has white color on #495459 background.