COLOR #498D9C

HEX: #498D9C
RGB: (73,141,156)

Color info

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

RGB color model

#498D9C color RGB value is (73,141,156).

  • red value is 73;
  • green value is 141;
  • blue value is 156.
RGB:
(73,141,156)
(29%,55%,61%)

RGB channels and saturation

R 73 of 255 = 29%
G 141 of 255 = 55%
B 156 of 255 = 61%

73
141
156

R + G + B ~ 48%. #498D9C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 141 + 156 = 370 (100%)
R 73 of 370 ~ 19.73%
G 141 of 370 ~ 38.11%
B 156 of 370 ~ 42.16%

%19.73
%38.11
%42.16

CMYK color model

#498D9C color CMYK value is (53,10,0,39).

  • cyan value is 53.21%
  • magenta value is 9.62%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(53,10,0,39)
C53M10Y0K39 
(53%,10%,0%,39%)
(0.53/0.10/0.00/0.39)	

CMYK percentages

%53.21
%9.62
%0
%38.82

Codes

Color #498D9C in popluar color models

498D9C
RGB73141156
HSL191°36.24%44.90%
HSB/HSV191°53.21%61.18%
CMYK53.21%9.62%0.00%
38.82%

Color #498D9C in popluar number systems.

HEX498D9C
Decimal73141156
Binary10010011000110110011100
Octal111215234

Shades and tints

Shades of #498D9C

#498D9C
(73,141,156)
#43818E
(67,129,142)
#3D7580
(61,117,128)
#376972
(55,105,114)
#315D64
(49,93,100)
#2B5156
(43,81,86)
#254548
(37,69,72)
#1F393A
(31,57,58)
#192D2C
(25,45,44)
#13211E
(19,33,30)
#0D1510
(13,21,16)
#000000
(0,0,0)

Tints of #498D9C

#498D9C
(73,141,156)
#5997A5
(89,151,165)
#69A1AE
(105,161,174)
#79ABB7
(121,171,183)
#89B5C0
(137,181,192)
#99BFC9
(153,191,201)
#A9C9D2
(169,201,210)
#B9D3DB
(185,211,219)
#C9DDE4
(201,221,228)
#D9E7ED
(217,231,237)
#E9F1F6
(233,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498D9C color. Also use rgb(73,141,156) instead hex code.

Text Font Color

.myTextColor { color: #498D9C; }

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

This text font color is #498D9C.


Background Color

.myBgColor { background-color: #498D9C; }

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

This div background color is #498D9C.


Border color

.myBorderColor { border: 1px solid #498D9C; }

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

This div border color is #498D9C.


Opacity

.myOpacity80 { color: #498D9C; opacity: 0.8; }

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

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

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

This text has shadow with #498D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498D9C on black background.


Color preview on white background

This text has color #498D9C on white background.



Black color preview on #498D9C background

This text has black color on #498D9C background.


White color preview on #498D9C background

This text has white color on #498D9C background.