COLOR #496581

HEX: #496581
RGB: (73,101,129)

Color info

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

RGB color model

#496581 color RGB value is (73,101,129).

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

RGB channels and saturation

R 73 of 255 = 29%
G 101 of 255 = 40%
B 129 of 255 = 51%

73
101
129

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

Portions of RGB colors in percentages

R + G + B =
73 + 101 + 129 = 303 (100%)
R 73 of 303 ~ 24.09%
G 101 of 303 ~ 33.33%
B 129 of 303 ~ 42.57%

%24.09
%33.33
%42.57

CMYK color model

#496581 color CMYK value is (43,22,0,49).

  • cyan value is 43.41%
  • magenta value is 21.71%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(43,22,0,49)
C43M22Y0K49 
(43%,22%,0%,49%)
(0.43/0.22/0.00/0.49)	

CMYK percentages

%43.41
%21.71
%0
%49.41

Codes

Color #496581 in popluar color models

496581
RGB73101129
HSL210°27.72%39.61%
HSB/HSV210°43.41%50.59%
CMYK43.41%21.71%0.00%
49.41%

Color #496581 in popluar number systems.

HEX496581
Decimal73101129
Binary1001001110010110000001
Octal111145201

Shades and tints

Shades of #496581

#496581
(73,101,129)
#435C76
(67,92,118)
#3D536B
(61,83,107)
#374A60
(55,74,96)
#314155
(49,65,85)
#2B384A
(43,56,74)
#252F3F
(37,47,63)
#1F2634
(31,38,52)
#191D29
(25,29,41)
#13141E
(19,20,30)
#0D0B13
(13,11,19)
#000000
(0,0,0)

Tints of #496581

#496581
(73,101,129)
#59738C
(89,115,140)
#698197
(105,129,151)
#798FA2
(121,143,162)
#899DAD
(137,157,173)
#99ABB8
(153,171,184)
#A9B9C3
(169,185,195)
#B9C7CE
(185,199,206)
#C9D5D9
(201,213,217)
#D9E3E4
(217,227,228)
#E9F1EF
(233,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496581; }

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

This text font color is #496581.


Background Color

.myBgColor { background-color: #496581; }

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

This div background color is #496581.


Border color

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

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

This div border color is #496581.


Opacity

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

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

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

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

This text has shadow with #496581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496581 on black background.


Color preview on white background

This text has color #496581 on white background.



Black color preview on #496581 background

This text has black color on #496581 background.


White color preview on #496581 background

This text has white color on #496581 background.