COLOR #496B86

HEX: #496B86
RGB: (73,107,134)

Color info

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

RGB color model

#496B86 color RGB value is (73,107,134).

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

RGB channels and saturation

R 73 of 255 = 29%
G 107 of 255 = 42%
B 134 of 255 = 53%

73
107
134

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

Portions of RGB colors in percentages

R + G + B =
73 + 107 + 134 = 314 (100%)
R 73 of 314 ~ 23.25%
G 107 of 314 ~ 34.08%
B 134 of 314 ~ 42.68%

%23.25
%34.08
%42.68

CMYK color model

#496B86 color CMYK value is (46,20,0,47).

  • cyan value is 45.52%
  • magenta value is 20.15%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(46,20,0,47)
C46M20Y0K47 
(46%,20%,0%,47%)
(0.46/0.20/0.00/0.47)	

CMYK percentages

%45.52
%20.15
%0
%47.45

Codes

Color #496B86 in popluar color models

496B86
RGB73107134
HSL207°29.47%40.59%
HSB/HSV207°45.52%52.55%
CMYK45.52%20.15%0.00%
47.45%

Color #496B86 in popluar number systems.

HEX496B86
Decimal73107134
Binary1001001110101110000110
Octal111153206

Shades and tints

Shades of #496B86

#496B86
(73,107,134)
#43627A
(67,98,122)
#3D596E
(61,89,110)
#375062
(55,80,98)
#314756
(49,71,86)
#2B3E4A
(43,62,74)
#25353E
(37,53,62)
#1F2C32
(31,44,50)
#192326
(25,35,38)
#131A1A
(19,26,26)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #496B86

#496B86
(73,107,134)
#597891
(89,120,145)
#69859C
(105,133,156)
#7992A7
(121,146,167)
#899FB2
(137,159,178)
#99ACBD
(153,172,189)
#A9B9C8
(169,185,200)
#B9C6D3
(185,198,211)
#C9D3DE
(201,211,222)
#D9E0E9
(217,224,233)
#E9EDF4
(233,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496B86; }

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

This text font color is #496B86.


Background Color

.myBgColor { background-color: #496B86; }

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

This div background color is #496B86.


Border color

.myBorderColor { border: 1px solid #496B86; }

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

This div border color is #496B86.


Opacity

.myOpacity80 { color: #496B86; opacity: 0.8; }

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

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

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

This text has shadow with #496B86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496B86 on black background.


Color preview on white background

This text has color #496B86 on white background.



Black color preview on #496B86 background

This text has black color on #496B86 background.


White color preview on #496B86 background

This text has white color on #496B86 background.