COLOR #496383

HEX: #496383
RGB: (73,99,131)

Color info

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

RGB color model

#496383 color RGB value is (73,99,131).

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

RGB channels and saturation

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

73
99
131

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

Portions of RGB colors in percentages

R + G + B =
73 + 99 + 131 = 303 (100%)
R 73 of 303 ~ 24.09%
G 99 of 303 ~ 32.67%
B 131 of 303 ~ 43.23%

%24.09
%32.67
%43.23

CMYK color model

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

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

CMYK percentages

%44.27
%24.43
%0
%48.63

Codes

Color #496383 in popluar color models

496383
RGB7399131
HSL213°28.43%40.00%
HSB/HSV213°44.27%51.37%
CMYK44.27%24.43%0.00%
48.63%

Color #496383 in popluar number systems.

HEX496383
Decimal7399131
Binary1001001110001110000011
Octal111143203

Shades and tints

Shades of #496383

#496383
(73,99,131)
#435A78
(67,90,120)
#3D516D
(61,81,109)
#374862
(55,72,98)
#313F57
(49,63,87)
#2B364C
(43,54,76)
#252D41
(37,45,65)
#1F2436
(31,36,54)
#191B2B
(25,27,43)
#131220
(19,18,32)
#0D0915
(13,9,21)
#000000
(0,0,0)

Tints of #496383

#496383
(73,99,131)
#59718E
(89,113,142)
#697F99
(105,127,153)
#798DA4
(121,141,164)
#899BAF
(137,155,175)
#99A9BA
(153,169,186)
#A9B7C5
(169,183,197)
#B9C5D0
(185,197,208)
#C9D3DB
(201,211,219)
#D9E1E6
(217,225,230)
#E9EFF1
(233,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496383; }

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

This text font color is #496383.


Background Color

.myBgColor { background-color: #496383; }

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

This div background color is #496383.


Border color

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

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

This div border color is #496383.


Opacity

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

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

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

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

This text has shadow with #496383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496383 on black background.


Color preview on white background

This text has color #496383 on white background.



Black color preview on #496383 background

This text has black color on #496383 background.


White color preview on #496383 background

This text has white color on #496383 background.