COLOR #496084

HEX: #496084
RGB: (73,96,132)

Color info

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

RGB color model

#496084 color RGB value is (73,96,132).

  • red value is 73;
  • green value is 96;
  • blue value is 132.
RGB:
(73,96,132)
(29%,38%,52%)

RGB channels and saturation

R 73 of 255 = 29%
G 96 of 255 = 38%
B 132 of 255 = 52%

73
96
132

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

Portions of RGB colors in percentages

R + G + B =
73 + 96 + 132 = 301 (100%)
R 73 of 301 ~ 24.25%
G 96 of 301 ~ 31.89%
B 132 of 301 ~ 43.85%

%24.25
%31.89
%43.85

CMYK color model

#496084 color CMYK value is (45,27,0,48).

  • cyan value is 44.70%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(45,27,0,48)
C45M27Y0K48 
(45%,27%,0%,48%)
(0.45/0.27/0.00/0.48)	

CMYK percentages

%44.7
%27.27
%0
%48.24

Codes

Color #496084 in popluar color models

496084
RGB7396132
HSL217°28.78%40.20%
HSB/HSV217°44.70%51.76%
CMYK44.70%27.27%0.00%
48.24%

Color #496084 in popluar number systems.

HEX496084
Decimal7396132
Binary1001001110000010000100
Octal111140204

Shades and tints

Shades of #496084

#496084
(73,96,132)
#435878
(67,88,120)
#3D506C
(61,80,108)
#374860
(55,72,96)
#314054
(49,64,84)
#2B3848
(43,56,72)
#25303C
(37,48,60)
#1F2830
(31,40,48)
#192024
(25,32,36)
#131818
(19,24,24)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #496084

#496084
(73,96,132)
#596E8F
(89,110,143)
#697C9A
(105,124,154)
#798AA5
(121,138,165)
#8998B0
(137,152,176)
#99A6BB
(153,166,187)
#A9B4C6
(169,180,198)
#B9C2D1
(185,194,209)
#C9D0DC
(201,208,220)
#D9DEE7
(217,222,231)
#E9ECF2
(233,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496084 color. Also use rgb(73,96,132) instead hex code.

Text Font Color

.myTextColor { color: #496084; }

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

This text font color is #496084.


Background Color

.myBgColor { background-color: #496084; }

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

This div background color is #496084.


Border color

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

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

This div border color is #496084.


Opacity

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

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

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

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

This text has shadow with #496084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496084 on black background.


Color preview on white background

This text has color #496084 on white background.



Black color preview on #496084 background

This text has black color on #496084 background.


White color preview on #496084 background

This text has white color on #496084 background.