COLOR #495A90

HEX: #495A90
RGB: (73,90,144)

Color info

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

RGB color model

#495A90 color RGB value is (73,90,144).

  • red value is 73;
  • green value is 90;
  • blue value is 144.
RGB:
(73,90,144)
(29%,35%,56%)

RGB channels and saturation

R 73 of 255 = 29%
G 90 of 255 = 35%
B 144 of 255 = 56%

73
90
144

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

Portions of RGB colors in percentages

R + G + B =
73 + 90 + 144 = 307 (100%)
R 73 of 307 ~ 23.78%
G 90 of 307 ~ 29.32%
B 144 of 307 ~ 46.91%

%23.78
%29.32
%46.91

CMYK color model

#495A90 color CMYK value is (49,38,0,44).

  • cyan value is 49.31%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(49,38,0,44)
C49M38Y0K44 
(49%,38%,0%,44%)
(0.49/0.38/0.00/0.44)	

CMYK percentages

%49.31
%37.5
%0
%43.53

Codes

Color #495A90 in popluar color models

495A90
RGB7390144
HSL226°32.72%42.55%
HSB/HSV226°49.31%56.47%
CMYK49.31%37.50%0.00%
43.53%

Color #495A90 in popluar number systems.

HEX495A90
Decimal7390144
Binary1001001101101010010000
Octal111132220

Shades and tints

Shades of #495A90

#495A90
(73,90,144)
#435283
(67,82,131)
#3D4A76
(61,74,118)
#374269
(55,66,105)
#313A5C
(49,58,92)
#2B324F
(43,50,79)
#252A42
(37,42,66)
#1F2235
(31,34,53)
#191A28
(25,26,40)
#13121B
(19,18,27)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #495A90

#495A90
(73,90,144)
#59699A
(89,105,154)
#6978A4
(105,120,164)
#7987AE
(121,135,174)
#8996B8
(137,150,184)
#99A5C2
(153,165,194)
#A9B4CC
(169,180,204)
#B9C3D6
(185,195,214)
#C9D2E0
(201,210,224)
#D9E1EA
(217,225,234)
#E9F0F4
(233,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495A90 color. Also use rgb(73,90,144) instead hex code.

Text Font Color

.myTextColor { color: #495A90; }

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

This text font color is #495A90.


Background Color

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

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

This div background color is #495A90.


Border color

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

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

This div border color is #495A90.


Opacity

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

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

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

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

This text has shadow with #495A90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495A90 on black background.


Color preview on white background

This text has color #495A90 on white background.



Black color preview on #495A90 background

This text has black color on #495A90 background.


White color preview on #495A90 background

This text has white color on #495A90 background.