COLOR #495087

HEX: #495087
RGB: (73,80,135)

Color info

#495087 contains mainly green and blue colors. Web safe color of #495087 is #336699 (or #369).

RGB color model

#495087 color RGB value is (73,80,135).

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

RGB channels and saturation

R 73 of 255 = 29%
G 80 of 255 = 31%
B 135 of 255 = 53%

73
80
135

R + G + B ~ 38%. #495087 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 80 + 135 = 288 (100%)
R 73 of 288 ~ 25.35%
G 80 of 288 ~ 27.78%
B 135 of 288 ~ 46.88%

%25.35
%27.78
%46.88

CMYK color model

#495087 color CMYK value is (46,41,0,47).

  • cyan value is 45.93%
  • magenta value is 40.74%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(46,41,0,47)
C46M41Y0K47 
(46%,41%,0%,47%)
(0.46/0.41/0.00/0.47)	

CMYK percentages

%45.93
%40.74
%0
%47.06

Codes

Color #495087 in popluar color models

495087
RGB7380135
HSL233°29.81%40.78%
HSB/HSV233°45.93%52.94%
CMYK45.93%40.74%0.00%
47.06%

Color #495087 in popluar number systems.

HEX495087
Decimal7380135
Binary1001001101000010000111
Octal111120207

Shades and tints

Shades of #495087

#495087
(73,80,135)
#43497B
(67,73,123)
#3D426F
(61,66,111)
#373B63
(55,59,99)
#313457
(49,52,87)
#2B2D4B
(43,45,75)
#25263F
(37,38,63)
#1F1F33
(31,31,51)
#191827
(25,24,39)
#13111B
(19,17,27)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #495087

#495087
(73,80,135)
#595F91
(89,95,145)
#696E9B
(105,110,155)
#797DA5
(121,125,165)
#898CAF
(137,140,175)
#999BB9
(153,155,185)
#A9AAC3
(169,170,195)
#B9B9CD
(185,185,205)
#C9C8D7
(201,200,215)
#D9D7E1
(217,215,225)
#E9E6EB
(233,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495087; }

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

This text font color is #495087.


Background Color

.myBgColor { background-color: #495087; }

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

This div background color is #495087.


Border color

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

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

This div border color is #495087.


Opacity

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

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

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

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

This text has shadow with #495087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495087 on black background.


Color preview on white background

This text has color #495087 on white background.



Black color preview on #495087 background

This text has black color on #495087 background.


White color preview on #495087 background

This text has white color on #495087 background.