COLOR #496A9C

HEX: #496A9C
RGB: (73,106,156)

Color info

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

RGB color model

#496A9C color RGB value is (73,106,156).

  • red value is 73;
  • green value is 106;
  • blue value is 156.
RGB:
(73,106,156)
(29%,42%,61%)

RGB channels and saturation

R 73 of 255 = 29%
G 106 of 255 = 42%
B 156 of 255 = 61%

73
106
156

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

Portions of RGB colors in percentages

R + G + B =
73 + 106 + 156 = 335 (100%)
R 73 of 335 ~ 21.79%
G 106 of 335 ~ 31.64%
B 156 of 335 ~ 46.57%

%21.79
%31.64
%46.57

CMYK color model

#496A9C color CMYK value is (53,32,0,39).

  • cyan value is 53.21%
  • magenta value is 32.05%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(53,32,0,39)
C53M32Y0K39 
(53%,32%,0%,39%)
(0.53/0.32/0.00/0.39)	

CMYK percentages

%53.21
%32.05
%0
%38.82

Codes

Color #496A9C in popluar color models

496A9C
RGB73106156
HSL216°36.24%44.90%
HSB/HSV216°53.21%61.18%
CMYK53.21%32.05%0.00%
38.82%

Color #496A9C in popluar number systems.

HEX496A9C
Decimal73106156
Binary1001001110101010011100
Octal111152234

Shades and tints

Shades of #496A9C

#496A9C
(73,106,156)
#43618E
(67,97,142)
#3D5880
(61,88,128)
#374F72
(55,79,114)
#314664
(49,70,100)
#2B3D56
(43,61,86)
#253448
(37,52,72)
#1F2B3A
(31,43,58)
#19222C
(25,34,44)
#13191E
(19,25,30)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #496A9C

#496A9C
(73,106,156)
#5977A5
(89,119,165)
#6984AE
(105,132,174)
#7991B7
(121,145,183)
#899EC0
(137,158,192)
#99ABC9
(153,171,201)
#A9B8D2
(169,184,210)
#B9C5DB
(185,197,219)
#C9D2E4
(201,210,228)
#D9DFED
(217,223,237)
#E9ECF6
(233,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496A9C color. Also use rgb(73,106,156) instead hex code.

Text Font Color

.myTextColor { color: #496A9C; }

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

This text font color is #496A9C.


Background Color

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

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

This div background color is #496A9C.


Border color

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

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

This div border color is #496A9C.


Opacity

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

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

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

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

This text has shadow with #496A9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496A9C on black background.


Color preview on white background

This text has color #496A9C on white background.



Black color preview on #496A9C background

This text has black color on #496A9C background.


White color preview on #496A9C background

This text has white color on #496A9C background.