COLOR #498496

HEX: #498496
RGB: (73,132,150)

Color info

#498496 contains mainly green and blue colors. Web safe color of #498496 is #339999 (or #399).

RGB color model

#498496 color RGB value is (73,132,150).

  • red value is 73;
  • green value is 132;
  • blue value is 150.
RGB:
(73,132,150)
(29%,52%,59%)

RGB channels and saturation

R 73 of 255 = 29%
G 132 of 255 = 52%
B 150 of 255 = 59%

73
132
150

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

Portions of RGB colors in percentages

R + G + B =
73 + 132 + 150 = 355 (100%)
R 73 of 355 ~ 20.56%
G 132 of 355 ~ 37.18%
B 150 of 355 ~ 42.25%

%20.56
%37.18
%42.25

CMYK color model

#498496 color CMYK value is (51,12,0,41).

  • cyan value is 51.33%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(51,12,0,41)
C51M12Y0K41 
(51%,12%,0%,41%)
(0.51/0.12/0.00/0.41)	

CMYK percentages

%51.33
%12
%0
%41.18

Codes

Color #498496 in popluar color models

498496
RGB73132150
HSL194°34.53%43.73%
HSB/HSV194°51.33%58.82%
CMYK51.33%12.00%0.00%
41.18%

Color #498496 in popluar number systems.

HEX498496
Decimal73132150
Binary10010011000010010010110
Octal111204226

Shades and tints

Shades of #498496

#498496
(73,132,150)
#437889
(67,120,137)
#3D6C7C
(61,108,124)
#37606F
(55,96,111)
#315462
(49,84,98)
#2B4855
(43,72,85)
#253C48
(37,60,72)
#1F303B
(31,48,59)
#19242E
(25,36,46)
#131821
(19,24,33)
#0D0C14
(13,12,20)
#000000
(0,0,0)

Tints of #498496

#498496
(73,132,150)
#598F9F
(89,143,159)
#699AA8
(105,154,168)
#79A5B1
(121,165,177)
#89B0BA
(137,176,186)
#99BBC3
(153,187,195)
#A9C6CC
(169,198,204)
#B9D1D5
(185,209,213)
#C9DCDE
(201,220,222)
#D9E7E7
(217,231,231)
#E9F2F0
(233,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498496 color. Also use rgb(73,132,150) instead hex code.

Text Font Color

.myTextColor { color: #498496; }

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

This text font color is #498496.


Background Color

.myBgColor { background-color: #498496; }

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

This div background color is #498496.


Border color

.myBorderColor { border: 1px solid #498496; }

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

This div border color is #498496.


Opacity

.myOpacity80 { color: #498496; opacity: 0.8; }

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

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

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

This text has shadow with #498496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498496 on black background.


Color preview on white background

This text has color #498496 on white background.



Black color preview on #498496 background

This text has black color on #498496 background.


White color preview on #498496 background

This text has white color on #498496 background.