COLOR #496881

HEX: #496881
RGB: (73,104,129)

Color info

#496881 contains red, green and blue colors in about the same proportion. Web safe color of #496881 is #336699 (or #369).

RGB color model

#496881 color RGB value is (73,104,129).

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

RGB channels and saturation

R 73 of 255 = 29%
G 104 of 255 = 41%
B 129 of 255 = 51%

73
104
129

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

Portions of RGB colors in percentages

R + G + B =
73 + 104 + 129 = 306 (100%)
R 73 of 306 ~ 23.86%
G 104 of 306 ~ 33.99%
B 129 of 306 ~ 42.16%

%23.86
%33.99
%42.16

CMYK color model

#496881 color CMYK value is (43,19,0,49).

  • cyan value is 43.41%
  • magenta value is 19.38%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(43,19,0,49)
C43M19Y0K49 
(43%,19%,0%,49%)
(0.43/0.19/0.00/0.49)	

CMYK percentages

%43.41
%19.38
%0
%49.41

Codes

Color #496881 in popluar color models

496881
RGB73104129
HSL207°27.72%39.61%
HSB/HSV207°43.41%50.59%
CMYK43.41%19.38%0.00%
49.41%

Color #496881 in popluar number systems.

HEX496881
Decimal73104129
Binary1001001110100010000001
Octal111150201

Shades and tints

Shades of #496881

#496881
(73,104,129)
#435F76
(67,95,118)
#3D566B
(61,86,107)
#374D60
(55,77,96)
#314455
(49,68,85)
#2B3B4A
(43,59,74)
#25323F
(37,50,63)
#1F2934
(31,41,52)
#192029
(25,32,41)
#13171E
(19,23,30)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #496881

#496881
(73,104,129)
#59758C
(89,117,140)
#698297
(105,130,151)
#798FA2
(121,143,162)
#899CAD
(137,156,173)
#99A9B8
(153,169,184)
#A9B6C3
(169,182,195)
#B9C3CE
(185,195,206)
#C9D0D9
(201,208,217)
#D9DDE4
(217,221,228)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496881; }

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

This text font color is #496881.


Background Color

.myBgColor { background-color: #496881; }

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

This div background color is #496881.


Border color

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

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

This div border color is #496881.


Opacity

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

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

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

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

This text has shadow with #496881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496881 on black background.


Color preview on white background

This text has color #496881 on white background.



Black color preview on #496881 background

This text has black color on #496881 background.


White color preview on #496881 background

This text has white color on #496881 background.