COLOR #496D9B

HEX: #496D9B
RGB: (73,109,155)

Color info

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

RGB color model

#496D9B color RGB value is (73,109,155).

  • red value is 73;
  • green value is 109;
  • blue value is 155.
RGB:
(73,109,155)
(29%,43%,61%)

RGB channels and saturation

R 73 of 255 = 29%
G 109 of 255 = 43%
B 155 of 255 = 61%

73
109
155

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

Portions of RGB colors in percentages

R + G + B =
73 + 109 + 155 = 337 (100%)
R 73 of 337 ~ 21.66%
G 109 of 337 ~ 32.34%
B 155 of 337 ~ 45.99%

%21.66
%32.34
%45.99

CMYK color model

#496D9B color CMYK value is (53,30,0,39).

  • cyan value is 52.90%
  • magenta value is 29.68%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(53,30,0,39)
C53M30Y0K39 
(53%,30%,0%,39%)
(0.53/0.30/0.00/0.39)	

CMYK percentages

%52.9
%29.68
%0
%39.22

Codes

Color #496D9B in popluar color models

496D9B
RGB73109155
HSL214°35.96%44.71%
HSB/HSV214°52.90%60.78%
CMYK52.90%29.68%0.00%
39.22%

Color #496D9B in popluar number systems.

HEX496D9B
Decimal73109155
Binary1001001110110110011011
Octal111155233

Shades and tints

Shades of #496D9B

#496D9B
(73,109,155)
#43648D
(67,100,141)
#3D5B7F
(61,91,127)
#375271
(55,82,113)
#314963
(49,73,99)
#2B4055
(43,64,85)
#253747
(37,55,71)
#1F2E39
(31,46,57)
#19252B
(25,37,43)
#131C1D
(19,28,29)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #496D9B

#496D9B
(73,109,155)
#597AA4
(89,122,164)
#6987AD
(105,135,173)
#7994B6
(121,148,182)
#89A1BF
(137,161,191)
#99AEC8
(153,174,200)
#A9BBD1
(169,187,209)
#B9C8DA
(185,200,218)
#C9D5E3
(201,213,227)
#D9E2EC
(217,226,236)
#E9EFF5
(233,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496D9B color. Also use rgb(73,109,155) instead hex code.

Text Font Color

.myTextColor { color: #496D9B; }

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

This text font color is #496D9B.


Background Color

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

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

This div background color is #496D9B.


Border color

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

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

This div border color is #496D9B.


Opacity

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

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

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

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

This text has shadow with #496D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496D9B on black background.


Color preview on white background

This text has color #496D9B on white background.



Black color preview on #496D9B background

This text has black color on #496D9B background.


White color preview on #496D9B background

This text has white color on #496D9B background.