COLOR #496EAE

HEX: #496EAE
RGB: (73,110,174)

Color info

#496EAE contains mainly blue color. Web safe color of #496EAE is #336699 (or #369).

RGB color model

#496EAE color RGB value is (73,110,174).

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

RGB channels and saturation

R 73 of 255 = 29%
G 110 of 255 = 43%
B 174 of 255 = 68%

73
110
174

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

Portions of RGB colors in percentages

R + G + B =
73 + 110 + 174 = 357 (100%)
R 73 of 357 ~ 20.45%
G 110 of 357 ~ 30.81%
B 174 of 357 ~ 48.74%

%20.45
%30.81
%48.74

CMYK color model

#496EAE color CMYK value is (58,37,0,32).

  • cyan value is 58.05%
  • magenta value is 36.78%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(58,37,0,32)
C58M37Y0K32 
(58%,37%,0%,32%)
(0.58/0.37/0.00/0.32)	

CMYK percentages

%58.05
%36.78
%0
%31.76

Codes

Color #496EAE in popluar color models

496EAE
RGB73110174
HSL218°40.89%48.43%
HSB/HSV218°58.05%68.24%
CMYK58.05%36.78%0.00%
31.76%

Color #496EAE in popluar number systems.

HEX496EAE
Decimal73110174
Binary1001001110111010101110
Octal111156256

Shades and tints

Shades of #496EAE

#496EAE
(73,110,174)
#43649F
(67,100,159)
#3D5A90
(61,90,144)
#375081
(55,80,129)
#314672
(49,70,114)
#2B3C63
(43,60,99)
#253254
(37,50,84)
#1F2845
(31,40,69)
#191E36
(25,30,54)
#131427
(19,20,39)
#0D0A18
(13,10,24)
#000000
(0,0,0)

Tints of #496EAE

#496EAE
(73,110,174)
#597BB5
(89,123,181)
#6988BC
(105,136,188)
#7995C3
(121,149,195)
#89A2CA
(137,162,202)
#99AFD1
(153,175,209)
#A9BCD8
(169,188,216)
#B9C9DF
(185,201,223)
#C9D6E6
(201,214,230)
#D9E3ED
(217,227,237)
#E9F0F4
(233,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496EAE; }

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

This text font color is #496EAE.


Background Color

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

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

This div background color is #496EAE.


Border color

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

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

This div border color is #496EAE.


Opacity

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

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

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

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

This text has shadow with #496EAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496EAE on black background.


Color preview on white background

This text has color #496EAE on white background.



Black color preview on #496EAE background

This text has black color on #496EAE background.


White color preview on #496EAE background

This text has white color on #496EAE background.