COLOR #495D89

HEX: #495D89 RGB: (73,93,137)

Color info

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

RGB color model

#495D89 color RGB value is (73,93,137).

RGB: (73,93,137) (29%, 36%, 54%)

RGB channels and saturation

R 73 of 255 = 29%
G 93 of 255 = 36%
B 137 of 255 = 54%

73
93
137

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

Portions of RGB colors in percentages

R + G + B = 73 + 93 + 137 = 303 (100%)
R 73 of 303 ~ 24.09%
G 93 of 303 ~ 30.69%
B 137 of 303 ~ 45.21'%

%24.09
%30.69
%45.21

CMYK color model

#495D89 color CMYK value is (47,32,0,46).

  • cyan value is 46.72%
  • magenta value is 32.12%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (47,32,0,46)
C47M32Y0K46 (47%, 32%, 0%, 46%)
(0.47 / 0.32 / 0.00 / 0.46)

CMYK percentages

%46.72
%32.12
%0
%46.27

Codes

Color #495D89 in popluar color models

49 5D 89
RGB 73 93 137
HSL 221° 30.48% 41.18%
HSB/HSV 221° 46.72% 53.73%
CMYK 46.72% 32.12% 0.00%
46.27%

Color #495D89 in popluar number systems.

HEX 49 5D 89
Decimal 73 93 137
Binary 1001001 1011101 10001001
Octal 111 135 211

Shades and tints

Shades of #495D89

#495D89
(73,93,137)
#43557D
(67,85,125)
#3D4D71
(61,77,113)
#374565
(55,69,101)
#313D59
(49,61,89)
#2B354D
(43,53,77)
#252D41
(37,45,65)
#1F2535
(31,37,53)
#191D29
(25,29,41)
#13151D
(19,21,29)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #495D89

#495D89
(73,93,137)
#596B93
(89,107,147)
#69799D
(105,121,157)
#7987A7
(121,135,167)
#8995B1
(137,149,177)
#99A3BB
(153,163,187)
#A9B1C5
(169,177,197)
#B9BFCF
(185,191,207)
#C9CDD9
(201,205,217)
#D9DBE3
(217,219,227)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495D89 color. Also use rgb(73,93,137) instead hex code.

Text Font Color

.myTextColor { color: #495D89; }

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

This text font color is #495D89.

Background Color

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

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

This div background color is #495D89.

Border color

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

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

This div border color is #495D89.

Opacity

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

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

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

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

This text has shadow with #495D89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #495D89.

Preview

Color preview on black background

This text has color #495D89 on black background.


Color preview on white background

This text has color #495D89 on white background.


Black color preview on #495D89 background

This text has black color on #495D89 background.


White color preview on #495D89 background

This text has white color on #495D89 background.


Related colors

Complementary color

Complementary color for #hex is #B6A276.


I love getcolorcode.com

Triadic colors

1 #89495D and #5D8949 with #495D89 are triadic colors.

2 #895D49 and #5D4989 with #495D89 are triadic colors.