COLOR #495A7F

HEX: #495A7F RGB: (73,90,127)

Color info

#495A7F contains red, green and blue colors in about the same proportion. Web safe color of #495A7F is #336666 (or #366).

RGB color model

#495A7F color RGB value is (73,90,127).

RGB: (73,90,127) (29%, 35%, 50%)

RGB channels and saturation

R 73 of 255 = 29%
G 90 of 255 = 35%
B 127 of 255 = 50%

73
90
127

R + G + B ~ 38%. #495A7F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 90 + 127 = 290 (100%)
R 73 of 290 ~ 25.17%
G 90 of 290 ~ 31.03%
B 127 of 290 ~ 43.79'%

%25.17
%31.03
%43.79

CMYK color model

#495A7F color CMYK value is (43,29,0,50).

  • cyan value is 42.52%
  • magenta value is 29.13%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (43,29,0,50)
C43M29Y0K50 (43%, 29%, 0%, 50%)
(0.43 / 0.29 / 0.00 / 0.50)

CMYK percentages

%42.52
%29.13
%0
%50.2

Codes

Color #495A7F in popluar color models

49 5A 7F
RGB 73 90 127
HSL 221° 27.00% 39.22%
HSB/HSV 221° 42.52% 49.80%
CMYK 42.52% 29.13% 0.00%
50.20%

Color #495A7F in popluar number systems.

HEX 49 5A 7F
Decimal 73 90 127
Binary 1001001 1011010 1111111
Octal 111 132 177

Shades and tints

Shades of #495A7F

#495A7F
(73,90,127)
#435274
(67,82,116)
#3D4A69
(61,74,105)
#37425E
(55,66,94)
#313A53
(49,58,83)
#2B3248
(43,50,72)
#252A3D
(37,42,61)
#1F2232
(31,34,50)
#191A27
(25,26,39)
#13121C
(19,18,28)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #495A7F

#495A7F
(73,90,127)
#59698A
(89,105,138)
#697895
(105,120,149)
#7987A0
(121,135,160)
#8996AB
(137,150,171)
#99A5B6
(153,165,182)
#A9B4C1
(169,180,193)
#B9C3CC
(185,195,204)
#C9D2D7
(201,210,215)
#D9E1E2
(217,225,226)
#E9F0ED
(233,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495A7F; }

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

This text font color is #495A7F.

Background Color

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

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

This div background color is #495A7F.

Border color

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

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

This div border color is #495A7F.

Opacity

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

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

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

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

This text has shadow with #495A7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #495A7F.

Preview

Color preview on black background

This text has color #495A7F on black background.


Color preview on white background

This text has color #495A7F on white background.


Black color preview on #495A7F background

This text has black color on #495A7F background.


White color preview on #495A7F background

This text has white color on #495A7F background.


Related colors

Complementary color

Complementary color for #hex is #B6A580.


I love getcolorcode.com

Triadic colors

1 #7F495A and #5A7F49 with #495A7F are triadic colors.

2 #7F5A49 and #5A497F with #495A7F are triadic colors.