COLOR #495086

HEX: #495086
RGB: (73,80,134)

Color info

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

RGB color model

#495086 color RGB value is (73,80,134).

  • red value is 73;
  • green value is 80;
  • blue value is 134.
RGB:
(73,80,134)
(29%,31%,53%)

RGB channels and saturation

R 73 of 255 = 29%
G 80 of 255 = 31%
B 134 of 255 = 53%

73
80
134

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

Portions of RGB colors in percentages

R + G + B =
73 + 80 + 134 = 287 (100%)
R 73 of 287 ~ 25.44%
G 80 of 287 ~ 27.87%
B 134 of 287 ~ 46.69%

%25.44
%27.87
%46.69

CMYK color model

#495086 color CMYK value is (46,40,0,47).

  • cyan value is 45.52%
  • magenta value is 40.30%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(46,40,0,47)
C46M40Y0K47 
(46%,40%,0%,47%)
(0.46/0.40/0.00/0.47)	

CMYK percentages

%45.52
%40.3
%0
%47.45

Codes

Color #495086 in popluar color models

495086
RGB7380134
HSL233°29.47%40.59%
HSB/HSV233°45.52%52.55%
CMYK45.52%40.30%0.00%
47.45%

Color #495086 in popluar number systems.

HEX495086
Decimal7380134
Binary1001001101000010000110
Octal111120206

Shades and tints

Shades of #495086

#495086
(73,80,134)
#43497A
(67,73,122)
#3D426E
(61,66,110)
#373B62
(55,59,98)
#313456
(49,52,86)
#2B2D4A
(43,45,74)
#25263E
(37,38,62)
#1F1F32
(31,31,50)
#191826
(25,24,38)
#13111A
(19,17,26)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #495086

#495086
(73,80,134)
#595F91
(89,95,145)
#696E9C
(105,110,156)
#797DA7
(121,125,167)
#898CB2
(137,140,178)
#999BBD
(153,155,189)
#A9AAC8
(169,170,200)
#B9B9D3
(185,185,211)
#C9C8DE
(201,200,222)
#D9D7E9
(217,215,233)
#E9E6F4
(233,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495086 color. Also use rgb(73,80,134) instead hex code.

Text Font Color

.myTextColor { color: #495086; }

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

This text font color is #495086.


Background Color

.myBgColor { background-color: #495086; }

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

This div background color is #495086.


Border color

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

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

This div border color is #495086.


Opacity

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

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

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

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

This text has shadow with #495086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495086 on black background.


Color preview on white background

This text has color #495086 on white background.



Black color preview on #495086 background

This text has black color on #495086 background.


White color preview on #495086 background

This text has white color on #495086 background.