COLOR #496CA3

HEX: #496CA3
RGB: (73,108,163)

Color info

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

RGB color model

#496CA3 color RGB value is (73,108,163).

  • red value is 73;
  • green value is 108;
  • blue value is 163.
RGB:
(73,108,163)
(29%,42%,64%)

RGB channels and saturation

R 73 of 255 = 29%
G 108 of 255 = 42%
B 163 of 255 = 64%

73
108
163

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

Portions of RGB colors in percentages

R + G + B =
73 + 108 + 163 = 344 (100%)
R 73 of 344 ~ 21.22%
G 108 of 344 ~ 31.4%
B 163 of 344 ~ 47.38%

%21.22
%31.4
%47.38

CMYK color model

#496CA3 color CMYK value is (55,34,0,36).

  • cyan value is 55.21%
  • magenta value is 33.74%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(55,34,0,36)
C55M34Y0K36 
(55%,34%,0%,36%)
(0.55/0.34/0.00/0.36)	

CMYK percentages

%55.21
%33.74
%0
%36.08

Codes

Color #496CA3 in popluar color models

496CA3
RGB73108163
HSL217°38.14%46.27%
HSB/HSV217°55.21%63.92%
CMYK55.21%33.74%0.00%
36.08%

Color #496CA3 in popluar number systems.

HEX496CA3
Decimal73108163
Binary1001001110110010100011
Octal111154243

Shades and tints

Shades of #496CA3

#496CA3
(73,108,163)
#436395
(67,99,149)
#3D5A87
(61,90,135)
#375179
(55,81,121)
#31486B
(49,72,107)
#2B3F5D
(43,63,93)
#25364F
(37,54,79)
#1F2D41
(31,45,65)
#192433
(25,36,51)
#131B25
(19,27,37)
#0D1217
(13,18,23)
#000000
(0,0,0)

Tints of #496CA3

#496CA3
(73,108,163)
#5979AB
(89,121,171)
#6986B3
(105,134,179)
#7993BB
(121,147,187)
#89A0C3
(137,160,195)
#99ADCB
(153,173,203)
#A9BAD3
(169,186,211)
#B9C7DB
(185,199,219)
#C9D4E3
(201,212,227)
#D9E1EB
(217,225,235)
#E9EEF3
(233,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496CA3 color. Also use rgb(73,108,163) instead hex code.

Text Font Color

.myTextColor { color: #496CA3; }

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

This text font color is #496CA3.


Background Color

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

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

This div background color is #496CA3.


Border color

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

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

This div border color is #496CA3.


Opacity

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

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

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

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

This text has shadow with #496CA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496CA3 on black background.


Color preview on white background

This text has color #496CA3 on white background.



Black color preview on #496CA3 background

This text has black color on #496CA3 background.


White color preview on #496CA3 background

This text has white color on #496CA3 background.