COLOR #496E89

HEX: #496E89
RGB: (73,110,137)

Color info

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

RGB color model

#496E89 color RGB value is (73,110,137).

  • red value is 73;
  • green value is 110;
  • blue value is 137.
RGB:
(73,110,137)
(29%,43%,54%)

RGB channels and saturation

R 73 of 255 = 29%
G 110 of 255 = 43%
B 137 of 255 = 54%

73
110
137

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

Portions of RGB colors in percentages

R + G + B =
73 + 110 + 137 = 320 (100%)
R 73 of 320 ~ 22.81%
G 110 of 320 ~ 34.38%
B 137 of 320 ~ 42.81%

%22.81
%34.38
%42.81

CMYK color model

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

  • cyan value is 46.72%
  • magenta value is 19.71%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(47,20,0,46)
C47M20Y0K46 
(47%,20%,0%,46%)
(0.47/0.20/0.00/0.46)	

CMYK percentages

%46.72
%19.71
%0
%46.27

Codes

Color #496E89 in popluar color models

496E89
RGB73110137
HSL205°30.48%41.18%
HSB/HSV205°46.72%53.73%
CMYK46.72%19.71%0.00%
46.27%

Color #496E89 in popluar number systems.

HEX496E89
Decimal73110137
Binary1001001110111010001001
Octal111156211

Shades and tints

Shades of #496E89

#496E89
(73,110,137)
#43647D
(67,100,125)
#3D5A71
(61,90,113)
#375065
(55,80,101)
#314659
(49,70,89)
#2B3C4D
(43,60,77)
#253241
(37,50,65)
#1F2835
(31,40,53)
#191E29
(25,30,41)
#13141D
(19,20,29)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #496E89

#496E89
(73,110,137)
#597B93
(89,123,147)
#69889D
(105,136,157)
#7995A7
(121,149,167)
#89A2B1
(137,162,177)
#99AFBB
(153,175,187)
#A9BCC5
(169,188,197)
#B9C9CF
(185,201,207)
#C9D6D9
(201,214,217)
#D9E3E3
(217,227,227)
#E9F0ED
(233,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496E89 color. Also use rgb(73,110,137) instead hex code.

Text Font Color

.myTextColor { color: #496E89; }

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

This text font color is #496E89.


Background Color

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

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

This div background color is #496E89.


Border color

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

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

This div border color is #496E89.


Opacity

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

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

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

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

This text has shadow with #496E89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496E89 on black background.


Color preview on white background

This text has color #496E89 on white background.



Black color preview on #496E89 background

This text has black color on #496E89 background.


White color preview on #496E89 background

This text has white color on #496E89 background.