COLOR #496BA5

HEX: #496BA5
RGB: (73,107,165)

Color info

#496BA5 contains mainly green and blue colors. Web safe color of #496BA5 is #336699 (or #369).

RGB color model

#496BA5 color RGB value is (73,107,165).

  • red value is 73;
  • green value is 107;
  • blue value is 165.
RGB:
(73,107,165)
(29%,42%,65%)

RGB channels and saturation

R 73 of 255 = 29%
G 107 of 255 = 42%
B 165 of 255 = 65%

73
107
165

R + G + B ~ 45%. #496BA5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 107 + 165 = 345 (100%)
R 73 of 345 ~ 21.16%
G 107 of 345 ~ 31.01%
B 165 of 345 ~ 47.83%

%21.16
%31.01
%47.83

CMYK color model

#496BA5 color CMYK value is (56,35,0,35).

  • cyan value is 55.76%
  • magenta value is 35.15%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(56,35,0,35)
C56M35Y0K35 
(56%,35%,0%,35%)
(0.56/0.35/0.00/0.35)	

CMYK percentages

%55.76
%35.15
%0
%35.29

Codes

Color #496BA5 in popluar color models

496BA5
RGB73107165
HSL218°38.66%46.67%
HSB/HSV218°55.76%64.71%
CMYK55.76%35.15%0.00%
35.29%

Color #496BA5 in popluar number systems.

HEX496BA5
Decimal73107165
Binary1001001110101110100101
Octal111153245

Shades and tints

Shades of #496BA5

#496BA5
(73,107,165)
#436296
(67,98,150)
#3D5987
(61,89,135)
#375078
(55,80,120)
#314769
(49,71,105)
#2B3E5A
(43,62,90)
#25354B
(37,53,75)
#1F2C3C
(31,44,60)
#19232D
(25,35,45)
#131A1E
(19,26,30)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #496BA5

#496BA5
(73,107,165)
#5978AD
(89,120,173)
#6985B5
(105,133,181)
#7992BD
(121,146,189)
#899FC5
(137,159,197)
#99ACCD
(153,172,205)
#A9B9D5
(169,185,213)
#B9C6DD
(185,198,221)
#C9D3E5
(201,211,229)
#D9E0ED
(217,224,237)
#E9EDF5
(233,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496BA5 color. Also use rgb(73,107,165) instead hex code.

Text Font Color

.myTextColor { color: #496BA5; }

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

This text font color is #496BA5.


Background Color

.myBgColor { background-color: #496BA5; }

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

This div background color is #496BA5.


Border color

.myBorderColor { border: 1px solid #496BA5; }

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

This div border color is #496BA5.


Opacity

.myOpacity80 { color: #496BA5; opacity: 0.8; }

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

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

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

This text has shadow with #496BA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496BA5 on black background.


Color preview on white background

This text has color #496BA5 on white background.



Black color preview on #496BA5 background

This text has black color on #496BA5 background.


White color preview on #496BA5 background

This text has white color on #496BA5 background.