COLOR #495E88

HEX: #495E88
RGB: (73,94,136)

Color info

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

RGB color model

#495E88 color RGB value is (73,94,136).

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

RGB channels and saturation

R 73 of 255 = 29%
G 94 of 255 = 37%
B 136 of 255 = 53%

73
94
136

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

Portions of RGB colors in percentages

R + G + B =
73 + 94 + 136 = 303 (100%)
R 73 of 303 ~ 24.09%
G 94 of 303 ~ 31.02%
B 136 of 303 ~ 44.88%

%24.09
%31.02
%44.88

CMYK color model

#495E88 color CMYK value is (46,31,0,47).

  • cyan value is 46.32%
  • magenta value is 30.88%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(46,31,0,47)
C46M31Y0K47 
(46%,31%,0%,47%)
(0.46/0.31/0.00/0.47)	

CMYK percentages

%46.32
%30.88
%0
%46.67

Codes

Color #495E88 in popluar color models

495E88
RGB7394136
HSL220°30.14%40.98%
HSB/HSV220°46.32%53.33%
CMYK46.32%30.88%0.00%
46.67%

Color #495E88 in popluar number systems.

HEX495E88
Decimal7394136
Binary1001001101111010001000
Octal111136210

Shades and tints

Shades of #495E88

#495E88
(73,94,136)
#43567C
(67,86,124)
#3D4E70
(61,78,112)
#374664
(55,70,100)
#313E58
(49,62,88)
#2B364C
(43,54,76)
#252E40
(37,46,64)
#1F2634
(31,38,52)
#191E28
(25,30,40)
#13161C
(19,22,28)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #495E88

#495E88
(73,94,136)
#596C92
(89,108,146)
#697A9C
(105,122,156)
#7988A6
(121,136,166)
#8996B0
(137,150,176)
#99A4BA
(153,164,186)
#A9B2C4
(169,178,196)
#B9C0CE
(185,192,206)
#C9CED8
(201,206,216)
#D9DCE2
(217,220,226)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495E88 color. Also use rgb(73,94,136) instead hex code.

Text Font Color

.myTextColor { color: #495E88; }

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

This text font color is #495E88.


Background Color

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

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

This div background color is #495E88.


Border color

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

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

This div border color is #495E88.


Opacity

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

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

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

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

This text has shadow with #495E88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495E88 on black background.


Color preview on white background

This text has color #495E88 on white background.



Black color preview on #495E88 background

This text has black color on #495E88 background.


White color preview on #495E88 background

This text has white color on #495E88 background.