COLOR #496E90

HEX: #496E90
RGB: (73,110,144)

Color info

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

RGB color model

#496E90 color RGB value is (73,110,144).

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

RGB channels and saturation

R 73 of 255 = 29%
G 110 of 255 = 43%
B 144 of 255 = 56%

73
110
144

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

Portions of RGB colors in percentages

R + G + B =
73 + 110 + 144 = 327 (100%)
R 73 of 327 ~ 22.32%
G 110 of 327 ~ 33.64%
B 144 of 327 ~ 44.04%

%22.32
%33.64
%44.04

CMYK color model

#496E90 color CMYK value is (49,24,0,44).

  • cyan value is 49.31%
  • magenta value is 23.61%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(49,24,0,44)
C49M24Y0K44 
(49%,24%,0%,44%)
(0.49/0.24/0.00/0.44)	

CMYK percentages

%49.31
%23.61
%0
%43.53

Codes

Color #496E90 in popluar color models

496E90
RGB73110144
HSL209°32.72%42.55%
HSB/HSV209°49.31%56.47%
CMYK49.31%23.61%0.00%
43.53%

Color #496E90 in popluar number systems.

HEX496E90
Decimal73110144
Binary1001001110111010010000
Octal111156220

Shades and tints

Shades of #496E90

#496E90
(73,110,144)
#436483
(67,100,131)
#3D5A76
(61,90,118)
#375069
(55,80,105)
#31465C
(49,70,92)
#2B3C4F
(43,60,79)
#253242
(37,50,66)
#1F2835
(31,40,53)
#191E28
(25,30,40)
#13141B
(19,20,27)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #496E90

#496E90
(73,110,144)
#597B9A
(89,123,154)
#6988A4
(105,136,164)
#7995AE
(121,149,174)
#89A2B8
(137,162,184)
#99AFC2
(153,175,194)
#A9BCCC
(169,188,204)
#B9C9D6
(185,201,214)
#C9D6E0
(201,214,224)
#D9E3EA
(217,227,234)
#E9F0F4
(233,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496E90; }

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

This text font color is #496E90.


Background Color

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

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

This div background color is #496E90.


Border color

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

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

This div border color is #496E90.


Opacity

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

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

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

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

This text has shadow with #496E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496E90 on black background.


Color preview on white background

This text has color #496E90 on white background.



Black color preview on #496E90 background

This text has black color on #496E90 background.


White color preview on #496E90 background

This text has white color on #496E90 background.