COLOR #495695

HEX: #495695
RGB: (73,86,149)

Color info

#495695 contains mainly blue color. Web safe color of #495695 is #336699 (or #369).

RGB color model

#495695 color RGB value is (73,86,149).

  • red value is 73;
  • green value is 86;
  • blue value is 149.
RGB:
(73,86,149)
(29%,34%,58%)

RGB channels and saturation

R 73 of 255 = 29%
G 86 of 255 = 34%
B 149 of 255 = 58%

73
86
149

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

Portions of RGB colors in percentages

R + G + B =
73 + 86 + 149 = 308 (100%)
R 73 of 308 ~ 23.7%
G 86 of 308 ~ 27.92%
B 149 of 308 ~ 48.38%

%23.7
%27.92
%48.38

CMYK color model

#495695 color CMYK value is (51,42,0,42).

  • cyan value is 51.01%
  • magenta value is 42.28%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(51,42,0,42)
C51M42Y0K42 
(51%,42%,0%,42%)
(0.51/0.42/0.00/0.42)	

CMYK percentages

%51.01
%42.28
%0
%41.57

Codes

Color #495695 in popluar color models

495695
RGB7386149
HSL230°34.23%43.53%
HSB/HSV230°51.01%58.43%
CMYK51.01%42.28%0.00%
41.57%

Color #495695 in popluar number systems.

HEX495695
Decimal7386149
Binary1001001101011010010101
Octal111126225

Shades and tints

Shades of #495695

#495695
(73,86,149)
#434F88
(67,79,136)
#3D487B
(61,72,123)
#37416E
(55,65,110)
#313A61
(49,58,97)
#2B3354
(43,51,84)
#252C47
(37,44,71)
#1F253A
(31,37,58)
#191E2D
(25,30,45)
#131720
(19,23,32)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #495695

#495695
(73,86,149)
#59659E
(89,101,158)
#6974A7
(105,116,167)
#7983B0
(121,131,176)
#8992B9
(137,146,185)
#99A1C2
(153,161,194)
#A9B0CB
(169,176,203)
#B9BFD4
(185,191,212)
#C9CEDD
(201,206,221)
#D9DDE6
(217,221,230)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495695 color. Also use rgb(73,86,149) instead hex code.

Text Font Color

.myTextColor { color: #495695; }

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

This text font color is #495695.


Background Color

.myBgColor { background-color: #495695; }

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

This div background color is #495695.


Border color

.myBorderColor { border: 1px solid #495695; }

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

This div border color is #495695.


Opacity

.myOpacity80 { color: #495695; opacity: 0.8; }

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

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

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

This text has shadow with #495695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495695 on black background.


Color preview on white background

This text has color #495695 on white background.



Black color preview on #495695 background

This text has black color on #495695 background.


White color preview on #495695 background

This text has white color on #495695 background.