COLOR #495C8D

HEX: #495C8D
RGB: (73,92,141)

Color info

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

RGB color model

#495C8D color RGB value is (73,92,141).

  • red value is 73;
  • green value is 92;
  • blue value is 141.
RGB:
(73,92,141)
(29%,36%,55%)

RGB channels and saturation

R 73 of 255 = 29%
G 92 of 255 = 36%
B 141 of 255 = 55%

73
92
141

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

Portions of RGB colors in percentages

R + G + B =
73 + 92 + 141 = 306 (100%)
R 73 of 306 ~ 23.86%
G 92 of 306 ~ 30.07%
B 141 of 306 ~ 46.08%

%23.86
%30.07
%46.08

CMYK color model

#495C8D color CMYK value is (48,35,0,45).

  • cyan value is 48.23%
  • magenta value is 34.75%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(48,35,0,45)
C48M35Y0K45 
(48%,35%,0%,45%)
(0.48/0.35/0.00/0.45)	

CMYK percentages

%48.23
%34.75
%0
%44.71

Codes

Color #495C8D in popluar color models

495C8D
RGB7392141
HSL223°31.78%41.96%
HSB/HSV223°48.23%55.29%
CMYK48.23%34.75%0.00%
44.71%

Color #495C8D in popluar number systems.

HEX495C8D
Decimal7392141
Binary1001001101110010001101
Octal111134215

Shades and tints

Shades of #495C8D

#495C8D
(73,92,141)
#435481
(67,84,129)
#3D4C75
(61,76,117)
#374469
(55,68,105)
#313C5D
(49,60,93)
#2B3451
(43,52,81)
#252C45
(37,44,69)
#1F2439
(31,36,57)
#191C2D
(25,28,45)
#131421
(19,20,33)
#0D0C15
(13,12,21)
#000000
(0,0,0)

Tints of #495C8D

#495C8D
(73,92,141)
#596A97
(89,106,151)
#6978A1
(105,120,161)
#7986AB
(121,134,171)
#8994B5
(137,148,181)
#99A2BF
(153,162,191)
#A9B0C9
(169,176,201)
#B9BED3
(185,190,211)
#C9CCDD
(201,204,221)
#D9DAE7
(217,218,231)
#E9E8F1
(233,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495C8D color. Also use rgb(73,92,141) instead hex code.

Text Font Color

.myTextColor { color: #495C8D; }

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

This text font color is #495C8D.


Background Color

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

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

This div background color is #495C8D.


Border color

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

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

This div border color is #495C8D.


Opacity

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

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

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

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

This text has shadow with #495C8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495C8D on black background.


Color preview on white background

This text has color #495C8D on white background.



Black color preview on #495C8D background

This text has black color on #495C8D background.


White color preview on #495C8D background

This text has white color on #495C8D background.