COLOR #495F87

HEX: #495F87
RGB: (73,95,135)

Color info

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

RGB color model

#495F87 color RGB value is (73,95,135).

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

RGB channels and saturation

R 73 of 255 = 29%
G 95 of 255 = 37%
B 135 of 255 = 53%

73
95
135

R + G + B ~ 40%. #495F87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 95 + 135 = 303 (100%)
R 73 of 303 ~ 24.09%
G 95 of 303 ~ 31.35%
B 135 of 303 ~ 44.55%

%24.09
%31.35
%44.55

CMYK color model

#495F87 color CMYK value is (46,30,0,47).

  • cyan value is 45.93%
  • magenta value is 29.63%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(46,30,0,47)
C46M30Y0K47 
(46%,30%,0%,47%)
(0.46/0.30/0.00/0.47)	

CMYK percentages

%45.93
%29.63
%0
%47.06

Codes

Color #495F87 in popluar color models

495F87
RGB7395135
HSL219°29.81%40.78%
HSB/HSV219°45.93%52.94%
CMYK45.93%29.63%0.00%
47.06%

Color #495F87 in popluar number systems.

HEX495F87
Decimal7395135
Binary1001001101111110000111
Octal111137207

Shades and tints

Shades of #495F87

#495F87
(73,95,135)
#43577B
(67,87,123)
#3D4F6F
(61,79,111)
#374763
(55,71,99)
#313F57
(49,63,87)
#2B374B
(43,55,75)
#252F3F
(37,47,63)
#1F2733
(31,39,51)
#191F27
(25,31,39)
#13171B
(19,23,27)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #495F87

#495F87
(73,95,135)
#596D91
(89,109,145)
#697B9B
(105,123,155)
#7989A5
(121,137,165)
#8997AF
(137,151,175)
#99A5B9
(153,165,185)
#A9B3C3
(169,179,195)
#B9C1CD
(185,193,205)
#C9CFD7
(201,207,215)
#D9DDE1
(217,221,225)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495F87; }

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

This text font color is #495F87.


Background Color

.myBgColor { background-color: #495F87; }

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

This div background color is #495F87.


Border color

.myBorderColor { border: 1px solid #495F87; }

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

This div border color is #495F87.


Opacity

.myOpacity80 { color: #495F87; opacity: 0.8; }

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

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

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

This text has shadow with #495F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495F87 on black background.


Color preview on white background

This text has color #495F87 on white background.



Black color preview on #495F87 background

This text has black color on #495F87 background.


White color preview on #495F87 background

This text has white color on #495F87 background.