COLOR #496E98

HEX: #496E98
RGB: (73,110,152)

Color info

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

RGB color model

#496E98 color RGB value is (73,110,152).

  • red value is 73;
  • green value is 110;
  • blue value is 152.
RGB:
(73,110,152)
(29%,43%,60%)

RGB channels and saturation

R 73 of 255 = 29%
G 110 of 255 = 43%
B 152 of 255 = 60%

73
110
152

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

Portions of RGB colors in percentages

R + G + B =
73 + 110 + 152 = 335 (100%)
R 73 of 335 ~ 21.79%
G 110 of 335 ~ 32.84%
B 152 of 335 ~ 45.37%

%21.79
%32.84
%45.37

CMYK color model

#496E98 color CMYK value is (52,28,0,40).

  • cyan value is 51.97%
  • magenta value is 27.63%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(52,28,0,40)
C52M28Y0K40 
(52%,28%,0%,40%)
(0.52/0.28/0.00/0.40)	

CMYK percentages

%51.97
%27.63
%0
%40.39

Codes

Color #496E98 in popluar color models

496E98
RGB73110152
HSL212°35.11%44.12%
HSB/HSV212°51.97%59.61%
CMYK51.97%27.63%0.00%
40.39%

Color #496E98 in popluar number systems.

HEX496E98
Decimal73110152
Binary1001001110111010011000
Octal111156230

Shades and tints

Shades of #496E98

#496E98
(73,110,152)
#43648B
(67,100,139)
#3D5A7E
(61,90,126)
#375071
(55,80,113)
#314664
(49,70,100)
#2B3C57
(43,60,87)
#25324A
(37,50,74)
#1F283D
(31,40,61)
#191E30
(25,30,48)
#131423
(19,20,35)
#0D0A16
(13,10,22)
#000000
(0,0,0)

Tints of #496E98

#496E98
(73,110,152)
#597BA1
(89,123,161)
#6988AA
(105,136,170)
#7995B3
(121,149,179)
#89A2BC
(137,162,188)
#99AFC5
(153,175,197)
#A9BCCE
(169,188,206)
#B9C9D7
(185,201,215)
#C9D6E0
(201,214,224)
#D9E3E9
(217,227,233)
#E9F0F2
(233,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496E98 color. Also use rgb(73,110,152) instead hex code.

Text Font Color

.myTextColor { color: #496E98; }

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

This text font color is #496E98.


Background Color

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

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

This div background color is #496E98.


Border color

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

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

This div border color is #496E98.


Opacity

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

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

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

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

This text has shadow with #496E98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496E98 on black background.


Color preview on white background

This text has color #496E98 on white background.



Black color preview on #496E98 background

This text has black color on #496E98 background.


White color preview on #496E98 background

This text has white color on #496E98 background.