COLOR #495F81

HEX: #495F81 RGB: (73,95,129)

Color info

#495F81 contains red, green and blue colors in about the same proportion. Web safe color of #495F81 is #336699 (or #369).

RGB color model

#495F81 color RGB value is (73,95,129).

RGB: (73,95,129) (29%, 37%, 51%)

RGB channels and saturation

R 73 of 255 = 29%
G 95 of 255 = 37%
B 129 of 255 = 51%

73
95
129

R + G + B ~ 39%. #495F81 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 95 + 129 = 297 (100%)
R 73 of 297 ~ 24.58%
G 95 of 297 ~ 31.99%
B 129 of 297 ~ 43.43'%

%24.58
%31.99
%43.43

CMYK color model

#495F81 color CMYK value is (43,26,0,49).

  • cyan value is 43.41%
  • magenta value is 26.36%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (43,26,0,49)
C43M26Y0K49 (43%, 26%, 0%, 49%)
(0.43 / 0.26 / 0.00 / 0.49)

CMYK percentages

%43.41
%26.36
%0
%49.41

Codes

Color #495F81 in popluar color models

49 5F 81
RGB 73 95 129
HSL 216° 27.72% 39.61%
HSB/HSV 216° 43.41% 50.59%
CMYK 43.41% 26.36% 0.00%
49.41%

Color #495F81 in popluar number systems.

HEX 49 5F 81
Decimal 73 95 129
Binary 1001001 1011111 10000001
Octal 111 137 201

Shades and tints

Shades of #495F81

#495F81
(73,95,129)
#435776
(67,87,118)
#3D4F6B
(61,79,107)
#374760
(55,71,96)
#313F55
(49,63,85)
#2B374A
(43,55,74)
#252F3F
(37,47,63)
#1F2734
(31,39,52)
#191F29
(25,31,41)
#13171E
(19,23,30)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #495F81

#495F81
(73,95,129)
#596D8C
(89,109,140)
#697B97
(105,123,151)
#7989A2
(121,137,162)
#8997AD
(137,151,173)
#99A5B8
(153,165,184)
#A9B3C3
(169,179,195)
#B9C1CE
(185,193,206)
#C9CFD9
(201,207,217)
#D9DDE4
(217,221,228)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495F81 color. Also use rgb(73,95,129) instead hex code.

Text Font Color

.myTextColor { color: #495F81; }

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

This text font color is #495F81.

Background Color

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

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

This div background color is #495F81.

Border color

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

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

This div border color is #495F81.

Opacity

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

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

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

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

This text has shadow with #495F81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #495F81.

Preview

Color preview on black background

This text has color #495F81 on black background.


Color preview on white background

This text has color #495F81 on white background.


Black color preview on #495F81 background

This text has black color on #495F81 background.


White color preview on #495F81 background

This text has white color on #495F81 background.


Related colors

Complementary color

Complementary color for #hex is #B6A07E.


I love getcolorcode.com

Triadic colors

1 #81495F and #5F8149 with #495F81 are triadic colors.

2 #815F49 and #5F4981 with #495F81 are triadic colors.