COLOR #496580

HEX: #496580
RGB: (73,101,128)

Color info

#496580 contains red, green and blue colors in about the same proportion. Web safe color of #496580 is #336666 (or #366).

RGB color model

#496580 color RGB value is (73,101,128).

  • red value is 73;
  • green value is 101;
  • blue value is 128.
RGB:
(73,101,128)
(29%,40%,50%)

RGB channels and saturation

R 73 of 255 = 29%
G 101 of 255 = 40%
B 128 of 255 = 50%

73
101
128

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

Portions of RGB colors in percentages

R + G + B =
73 + 101 + 128 = 302 (100%)
R 73 of 302 ~ 24.17%
G 101 of 302 ~ 33.44%
B 128 of 302 ~ 42.38%

%24.17
%33.44
%42.38

CMYK color model

#496580 color CMYK value is (43,21,0,50).

  • cyan value is 42.97%
  • magenta value is 21.09%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(43,21,0,50)
C43M21Y0K50 
(43%,21%,0%,50%)
(0.43/0.21/0.00/0.50)	

CMYK percentages

%42.97
%21.09
%0
%49.8

Codes

Color #496580 in popluar color models

496580
RGB73101128
HSL209°27.36%39.41%
HSB/HSV209°42.97%50.20%
CMYK42.97%21.09%0.00%
49.80%

Color #496580 in popluar number systems.

HEX496580
Decimal73101128
Binary1001001110010110000000
Octal111145200

Shades and tints

Shades of #496580

#496580
(73,101,128)
#435C75
(67,92,117)
#3D536A
(61,83,106)
#374A5F
(55,74,95)
#314154
(49,65,84)
#2B3849
(43,56,73)
#252F3E
(37,47,62)
#1F2633
(31,38,51)
#191D28
(25,29,40)
#13141D
(19,20,29)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #496580

#496580
(73,101,128)
#59738B
(89,115,139)
#698196
(105,129,150)
#798FA1
(121,143,161)
#899DAC
(137,157,172)
#99ABB7
(153,171,183)
#A9B9C2
(169,185,194)
#B9C7CD
(185,199,205)
#C9D5D8
(201,213,216)
#D9E3E3
(217,227,227)
#E9F1EE
(233,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496580 color. Also use rgb(73,101,128) instead hex code.

Text Font Color

.myTextColor { color: #496580; }

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

This text font color is #496580.


Background Color

.myBgColor { background-color: #496580; }

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

This div background color is #496580.


Border color

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

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

This div border color is #496580.


Opacity

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

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

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

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

This text has shadow with #496580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496580 on black background.


Color preview on white background

This text has color #496580 on white background.



Black color preview on #496580 background

This text has black color on #496580 background.


White color preview on #496580 background

This text has white color on #496580 background.