COLOR #495A94

HEX: #495A94
RGB: (73,90,148)

Color info

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

RGB color model

#495A94 color RGB value is (73,90,148).

  • red value is 73;
  • green value is 90;
  • blue value is 148.
RGB:
(73,90,148)
(29%,35%,58%)

RGB channels and saturation

R 73 of 255 = 29%
G 90 of 255 = 35%
B 148 of 255 = 58%

73
90
148

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

Portions of RGB colors in percentages

R + G + B =
73 + 90 + 148 = 311 (100%)
R 73 of 311 ~ 23.47%
G 90 of 311 ~ 28.94%
B 148 of 311 ~ 47.59%

%23.47
%28.94
%47.59

CMYK color model

#495A94 color CMYK value is (51,39,0,42).

  • cyan value is 50.68%
  • magenta value is 39.19%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(51,39,0,42)
C51M39Y0K42 
(51%,39%,0%,42%)
(0.51/0.39/0.00/0.42)	

CMYK percentages

%50.68
%39.19
%0
%41.96

Codes

Color #495A94 in popluar color models

495A94
RGB7390148
HSL226°33.94%43.33%
HSB/HSV226°50.68%58.04%
CMYK50.68%39.19%0.00%
41.96%

Color #495A94 in popluar number systems.

HEX495A94
Decimal7390148
Binary1001001101101010010100
Octal111132224

Shades and tints

Shades of #495A94

#495A94
(73,90,148)
#435287
(67,82,135)
#3D4A7A
(61,74,122)
#37426D
(55,66,109)
#313A60
(49,58,96)
#2B3253
(43,50,83)
#252A46
(37,42,70)
#1F2239
(31,34,57)
#191A2C
(25,26,44)
#13121F
(19,18,31)
#0D0A12
(13,10,18)
#000000
(0,0,0)

Tints of #495A94

#495A94
(73,90,148)
#59699D
(89,105,157)
#6978A6
(105,120,166)
#7987AF
(121,135,175)
#8996B8
(137,150,184)
#99A5C1
(153,165,193)
#A9B4CA
(169,180,202)
#B9C3D3
(185,195,211)
#C9D2DC
(201,210,220)
#D9E1E5
(217,225,229)
#E9F0EE
(233,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495A94; }

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

This text font color is #495A94.


Background Color

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

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

This div background color is #495A94.


Border color

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

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

This div border color is #495A94.


Opacity

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

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

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

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

This text has shadow with #495A94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495A94 on black background.


Color preview on white background

This text has color #495A94 on white background.



Black color preview on #495A94 background

This text has black color on #495A94 background.


White color preview on #495A94 background

This text has white color on #495A94 background.