COLOR #496899

HEX: #496899
RGB: (73,104,153)

Color info

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

RGB color model

#496899 color RGB value is (73,104,153).

  • red value is 73;
  • green value is 104;
  • blue value is 153.
RGB:
(73,104,153)
(29%,41%,60%)

RGB channels and saturation

R 73 of 255 = 29%
G 104 of 255 = 41%
B 153 of 255 = 60%

73
104
153

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

Portions of RGB colors in percentages

R + G + B =
73 + 104 + 153 = 330 (100%)
R 73 of 330 ~ 22.12%
G 104 of 330 ~ 31.52%
B 153 of 330 ~ 46.36%

%22.12
%31.52
%46.36

CMYK color model

#496899 color CMYK value is (52,32,0,40).

  • cyan value is 52.29%
  • magenta value is 32.03%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(52,32,0,40)
C52M32Y0K40 
(52%,32%,0%,40%)
(0.52/0.32/0.00/0.40)	

CMYK percentages

%52.29
%32.03
%0
%40

Codes

Color #496899 in popluar color models

496899
RGB73104153
HSL217°35.40%44.31%
HSB/HSV217°52.29%60.00%
CMYK52.29%32.03%0.00%
40.00%

Color #496899 in popluar number systems.

HEX496899
Decimal73104153
Binary1001001110100010011001
Octal111150231

Shades and tints

Shades of #496899

#496899
(73,104,153)
#435F8C
(67,95,140)
#3D567F
(61,86,127)
#374D72
(55,77,114)
#314465
(49,68,101)
#2B3B58
(43,59,88)
#25324B
(37,50,75)
#1F293E
(31,41,62)
#192031
(25,32,49)
#131724
(19,23,36)
#0D0E17
(13,14,23)
#000000
(0,0,0)

Tints of #496899

#496899
(73,104,153)
#5975A2
(89,117,162)
#6982AB
(105,130,171)
#798FB4
(121,143,180)
#899CBD
(137,156,189)
#99A9C6
(153,169,198)
#A9B6CF
(169,182,207)
#B9C3D8
(185,195,216)
#C9D0E1
(201,208,225)
#D9DDEA
(217,221,234)
#E9EAF3
(233,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496899 color. Also use rgb(73,104,153) instead hex code.

Text Font Color

.myTextColor { color: #496899; }

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

This text font color is #496899.


Background Color

.myBgColor { background-color: #496899; }

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

This div background color is #496899.


Border color

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

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

This div border color is #496899.


Opacity

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

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

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

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

This text has shadow with #496899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496899 on black background.


Color preview on white background

This text has color #496899 on white background.



Black color preview on #496899 background

This text has black color on #496899 background.


White color preview on #496899 background

This text has white color on #496899 background.