COLOR #498E88

HEX: #498E88 RGB: (73,142,136)

Color info

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

RGB color model

#498E88 color RGB value is (73,142,136).

RGB: (73,142,136) (29%, 56%, 53%)

RGB channels and saturation

R 73 of 255 = 29%
G 142 of 255 = 56%
B 136 of 255 = 53%

73
142
136

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

Portions of RGB colors in percentages

R + G + B = 73 + 142 + 136 = 351 (100%)
R 73 of 351 ~ 20.8%
G 142 of 351 ~ 40.46%
B 136 of 351 ~ 38.75'%

%20.8
%40.46
%38.75

CMYK color model

#498E88 color CMYK value is (49,0,4,44).

  • cyan value is 48.59%
  • magenta value is 0.00%
  • yellow value is 4.23%
  • key color value is 44.31%

CMYK: (49,0,4,44)
C49M0Y4K44 (49%, 0%, 4%, 44%)
(0.49 / 0.00 / 0.04 / 0.44)

CMYK percentages

%48.59
%0
%4.23
%44.31

Codes

Color #498E88 in popluar color models

49 8E 88
RGB 73 142 136
HSL 175° 32.09% 42.16%
HSB/HSV 175° 48.59% 55.69%
CMYK 48.59% 0.00% 4.23%
44.31%

Color #498E88 in popluar number systems.

HEX 49 8E 88
Decimal 73 142 136
Binary 1001001 10001110 10001000
Octal 111 216 210

Shades and tints

Shades of #498E88

#498E88
(73,142,136)
#43827C
(67,130,124)
#3D7670
(61,118,112)
#376A64
(55,106,100)
#315E58
(49,94,88)
#2B524C
(43,82,76)
#254640
(37,70,64)
#1F3A34
(31,58,52)
#192E28
(25,46,40)
#13221C
(19,34,28)
#0D1610
(13,22,16)
#000000
(0,0,0)

Tints of #498E88

#498E88
(73,142,136)
#599892
(89,152,146)
#69A29C
(105,162,156)
#79ACA6
(121,172,166)
#89B6B0
(137,182,176)
#99C0BA
(153,192,186)
#A9CAC4
(169,202,196)
#B9D4CE
(185,212,206)
#C9DED8
(201,222,216)
#D9E8E2
(217,232,226)
#E9F2EC
(233,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498E88 color. Also use rgb(73,142,136) instead hex code.

Text Font Color

.myTextColor { color: #498E88; }

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

This text font color is #498E88.

Background Color

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

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

This div background color is #498E88.

Border color

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

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

This div border color is #498E88.

Opacity

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

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

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

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

This text has shadow with #498E88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #498E88.

Preview

Color preview on black background

This text has color #498E88 on black background.


Color preview on white background

This text has color #498E88 on white background.


Black color preview on #498E88 background

This text has black color on #498E88 background.


White color preview on #498E88 background

This text has white color on #498E88 background.


Related colors

Complementary color

Complementary color for #hex is #B67177.


I love getcolorcode.com

Triadic colors

1 #88498E and #8E8849 with #498E88 are triadic colors.

2 #888E49 and #8E4988 with #498E88 are triadic colors.