COLOR #498D9B

HEX: #498D9B
RGB: (73,141,155)

Color info

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

RGB color model

#498D9B color RGB value is (73,141,155).

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

RGB channels and saturation

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

73
141
155

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

Portions of RGB colors in percentages

R + G + B =
73 + 141 + 155 = 369 (100%)
R 73 of 369 ~ 19.78%
G 141 of 369 ~ 38.21%
B 155 of 369 ~ 42.01%

%19.78
%38.21
%42.01

CMYK color model

#498D9B color CMYK value is (53,9,0,39).

  • cyan value is 52.90%
  • magenta value is 9.03%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(53,9,0,39)
C53M9Y0K39 
(53%,9%,0%,39%)
(0.53/0.09/0.00/0.39)	

CMYK percentages

%52.9
%9.03
%0
%39.22

Codes

Color #498D9B in popluar color models

498D9B
RGB73141155
HSL190°35.96%44.71%
HSB/HSV190°52.90%60.78%
CMYK52.90%9.03%0.00%
39.22%

Color #498D9B in popluar number systems.

HEX498D9B
Decimal73141155
Binary10010011000110110011011
Octal111215233

Shades and tints

Shades of #498D9B

#498D9B
(73,141,155)
#43818D
(67,129,141)
#3D757F
(61,117,127)
#376971
(55,105,113)
#315D63
(49,93,99)
#2B5155
(43,81,85)
#254547
(37,69,71)
#1F3939
(31,57,57)
#192D2B
(25,45,43)
#13211D
(19,33,29)
#0D150F
(13,21,15)
#000000
(0,0,0)

Tints of #498D9B

#498D9B
(73,141,155)
#5997A4
(89,151,164)
#69A1AD
(105,161,173)
#79ABB6
(121,171,182)
#89B5BF
(137,181,191)
#99BFC8
(153,191,200)
#A9C9D1
(169,201,209)
#B9D3DA
(185,211,218)
#C9DDE3
(201,221,227)
#D9E7EC
(217,231,236)
#E9F1F5
(233,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498D9B; }

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

This text font color is #498D9B.


Background Color

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

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

This div background color is #498D9B.


Border color

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

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

This div border color is #498D9B.


Opacity

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

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

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

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

This text has shadow with #498D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498D9B on black background.


Color preview on white background

This text has color #498D9B on white background.



Black color preview on #498D9B background

This text has black color on #498D9B background.


White color preview on #498D9B background

This text has white color on #498D9B background.