COLOR #498C9A

HEX: #498C9A
RGB: (73,140,154)

Color info

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

RGB color model

#498C9A color RGB value is (73,140,154).

  • red value is 73;
  • green value is 140;
  • blue value is 154.
RGB:
(73,140,154)
(29%,55%,60%)

RGB channels and saturation

R 73 of 255 = 29%
G 140 of 255 = 55%
B 154 of 255 = 60%

73
140
154

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

Portions of RGB colors in percentages

R + G + B =
73 + 140 + 154 = 367 (100%)
R 73 of 367 ~ 19.89%
G 140 of 367 ~ 38.15%
B 154 of 367 ~ 41.96%

%19.89
%38.15
%41.96

CMYK color model

#498C9A color CMYK value is (53,9,0,40).

  • cyan value is 52.60%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(53,9,0,40)
C53M9Y0K40 
(53%,9%,0%,40%)
(0.53/0.09/0.00/0.40)	

CMYK percentages

%52.6
%9.09
%0
%39.61

Codes

Color #498C9A in popluar color models

498C9A
RGB73140154
HSL190°35.68%44.51%
HSB/HSV190°52.60%60.39%
CMYK52.60%9.09%0.00%
39.61%

Color #498C9A in popluar number systems.

HEX498C9A
Decimal73140154
Binary10010011000110010011010
Octal111214232

Shades and tints

Shades of #498C9A

#498C9A
(73,140,154)
#43808C
(67,128,140)
#3D747E
(61,116,126)
#376870
(55,104,112)
#315C62
(49,92,98)
#2B5054
(43,80,84)
#254446
(37,68,70)
#1F3838
(31,56,56)
#192C2A
(25,44,42)
#13201C
(19,32,28)
#0D140E
(13,20,14)
#000000
(0,0,0)

Tints of #498C9A

#498C9A
(73,140,154)
#5996A3
(89,150,163)
#69A0AC
(105,160,172)
#79AAB5
(121,170,181)
#89B4BE
(137,180,190)
#99BEC7
(153,190,199)
#A9C8D0
(169,200,208)
#B9D2D9
(185,210,217)
#C9DCE2
(201,220,226)
#D9E6EB
(217,230,235)
#E9F0F4
(233,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498C9A color. Also use rgb(73,140,154) instead hex code.

Text Font Color

.myTextColor { color: #498C9A; }

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

This text font color is #498C9A.


Background Color

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

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

This div background color is #498C9A.


Border color

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

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

This div border color is #498C9A.


Opacity

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

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

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

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

This text has shadow with #498C9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498C9A on black background.


Color preview on white background

This text has color #498C9A on white background.



Black color preview on #498C9A background

This text has black color on #498C9A background.


White color preview on #498C9A background

This text has white color on #498C9A background.