COLOR #495A9F

HEX: #495A9F RGB: (73,90,159)

Color info

#495A9F contains mainly blue color. Web safe color of #495A9F is #336699 (or #369).

RGB color model

#495A9F color RGB value is (73,90,159).

RGB: (73,90,159) (29%, 35%, 62%)

RGB channels and saturation

R 73 of 255 = 29%
G 90 of 255 = 35%
B 159 of 255 = 62%

73
90
159

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

Portions of RGB colors in percentages

R + G + B = 73 + 90 + 159 = 322 (100%)
R 73 of 322 ~ 22.67%
G 90 of 322 ~ 27.95%
B 159 of 322 ~ 49.38'%

%22.67
%27.95
%49.38

CMYK color model

#495A9F color CMYK value is (54,43,0,38).

  • cyan value is 54.09%
  • magenta value is 43.40%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (54,43,0,38)
C54M43Y0K38 (54%, 43%, 0%, 38%)
(0.54 / 0.43 / 0.00 / 0.38)

CMYK percentages

%54.09
%43.4
%0
%37.65

Codes

Color #495A9F in popluar color models

49 5A 9F
RGB 73 90 159
HSL 228° 37.07% 45.49%
HSB/HSV 228° 54.09% 62.35%
CMYK 54.09% 43.40% 0.00%
37.65%

Color #495A9F in popluar number systems.

HEX 49 5A 9F
Decimal 73 90 159
Binary 1001001 1011010 10011111
Octal 111 132 237

Shades and tints

Shades of #495A9F

#495A9F
(73,90,159)
#435291
(67,82,145)
#3D4A83
(61,74,131)
#374275
(55,66,117)
#313A67
(49,58,103)
#2B3259
(43,50,89)
#252A4B
(37,42,75)
#1F223D
(31,34,61)
#191A2F
(25,26,47)
#131221
(19,18,33)
#0D0A13
(13,10,19)
#000000
(0,0,0)

Tints of #495A9F

#495A9F
(73,90,159)
#5969A7
(89,105,167)
#6978AF
(105,120,175)
#7987B7
(121,135,183)
#8996BF
(137,150,191)
#99A5C7
(153,165,199)
#A9B4CF
(169,180,207)
#B9C3D7
(185,195,215)
#C9D2DF
(201,210,223)
#D9E1E7
(217,225,231)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495A9F; }

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

This text font color is #495A9F.

Background Color

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

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

This div background color is #495A9F.

Border color

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

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

This div border color is #495A9F.

Opacity

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

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

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

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

This text has shadow with #495A9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #495A9F.

Preview

Color preview on black background

This text has color #495A9F on black background.


Color preview on white background

This text has color #495A9F on white background.


Black color preview on #495A9F background

This text has black color on #495A9F background.


White color preview on #495A9F background

This text has white color on #495A9F background.


Related colors

Complementary color

Complementary color for #hex is #B6A560.


I love getcolorcode.com

Triadic colors

1 #9F495A and #5A9F49 with #495A9F are triadic colors.

2 #9F5A49 and #5A499F with #495A9F are triadic colors.