COLOR #496382

HEX: #496382
RGB: (73,99,130)

Color info

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

RGB color model

#496382 color RGB value is (73,99,130).

  • red value is 73;
  • green value is 99;
  • blue value is 130.
RGB:
(73,99,130)
(29%,39%,51%)

RGB channels and saturation

R 73 of 255 = 29%
G 99 of 255 = 39%
B 130 of 255 = 51%

73
99
130

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

Portions of RGB colors in percentages

R + G + B =
73 + 99 + 130 = 302 (100%)
R 73 of 302 ~ 24.17%
G 99 of 302 ~ 32.78%
B 130 of 302 ~ 43.05%

%24.17
%32.78
%43.05

CMYK color model

#496382 color CMYK value is (44,24,0,49).

  • cyan value is 43.85%
  • magenta value is 23.85%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(44,24,0,49)
C44M24Y0K49 
(44%,24%,0%,49%)
(0.44/0.24/0.00/0.49)	

CMYK percentages

%43.85
%23.85
%0
%49.02

Codes

Color #496382 in popluar color models

496382
RGB7399130
HSL213°28.08%39.80%
HSB/HSV213°43.85%50.98%
CMYK43.85%23.85%0.00%
49.02%

Color #496382 in popluar number systems.

HEX496382
Decimal7399130
Binary1001001110001110000010
Octal111143202

Shades and tints

Shades of #496382

#496382
(73,99,130)
#435A77
(67,90,119)
#3D516C
(61,81,108)
#374861
(55,72,97)
#313F56
(49,63,86)
#2B364B
(43,54,75)
#252D40
(37,45,64)
#1F2435
(31,36,53)
#191B2A
(25,27,42)
#13121F
(19,18,31)
#0D0914
(13,9,20)
#000000
(0,0,0)

Tints of #496382

#496382
(73,99,130)
#59718D
(89,113,141)
#697F98
(105,127,152)
#798DA3
(121,141,163)
#899BAE
(137,155,174)
#99A9B9
(153,169,185)
#A9B7C4
(169,183,196)
#B9C5CF
(185,197,207)
#C9D3DA
(201,211,218)
#D9E1E5
(217,225,229)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496382 color. Also use rgb(73,99,130) instead hex code.

Text Font Color

.myTextColor { color: #496382; }

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

This text font color is #496382.


Background Color

.myBgColor { background-color: #496382; }

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

This div background color is #496382.


Border color

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

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

This div border color is #496382.


Opacity

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

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

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

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

This text has shadow with #496382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496382 on black background.


Color preview on white background

This text has color #496382 on white background.



Black color preview on #496382 background

This text has black color on #496382 background.


White color preview on #496382 background

This text has white color on #496382 background.