COLOR #498488

HEX: #498488
RGB: (73,132,136)

Color info

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

RGB color model

#498488 color RGB value is (73,132,136).

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

RGB channels and saturation

R 73 of 255 = 29%
G 132 of 255 = 52%
B 136 of 255 = 53%

73
132
136

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

Portions of RGB colors in percentages

R + G + B =
73 + 132 + 136 = 341 (100%)
R 73 of 341 ~ 21.41%
G 132 of 341 ~ 38.71%
B 136 of 341 ~ 39.88%

%21.41
%38.71
%39.88

CMYK color model

#498488 color CMYK value is (46,3,0,47).

  • cyan value is 46.32%
  • magenta value is 2.94%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(46,3,0,47)
C46M3Y0K47 
(46%,3%,0%,47%)
(0.46/0.03/0.00/0.47)	

CMYK percentages

%46.32
%2.94
%0
%46.67

Codes

Color #498488 in popluar color models

498488
RGB73132136
HSL184°30.14%40.98%
HSB/HSV184°46.32%53.33%
CMYK46.32%2.94%0.00%
46.67%

Color #498488 in popluar number systems.

HEX498488
Decimal73132136
Binary10010011000010010001000
Octal111204210

Shades and tints

Shades of #498488

#498488
(73,132,136)
#43787C
(67,120,124)
#3D6C70
(61,108,112)
#376064
(55,96,100)
#315458
(49,84,88)
#2B484C
(43,72,76)
#253C40
(37,60,64)
#1F3034
(31,48,52)
#192428
(25,36,40)
#13181C
(19,24,28)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #498488

#498488
(73,132,136)
#598F92
(89,143,146)
#699A9C
(105,154,156)
#79A5A6
(121,165,166)
#89B0B0
(137,176,176)
#99BBBA
(153,187,186)
#A9C6C4
(169,198,196)
#B9D1CE
(185,209,206)
#C9DCD8
(201,220,216)
#D9E7E2
(217,231,226)
#E9F2EC
(233,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498488; }

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

This text font color is #498488.


Background Color

.myBgColor { background-color: #498488; }

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

This div background color is #498488.


Border color

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

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

This div border color is #498488.


Opacity

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

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

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

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

This text has shadow with #498488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498488 on black background.


Color preview on white background

This text has color #498488 on white background.



Black color preview on #498488 background

This text has black color on #498488 background.


White color preview on #498488 background

This text has white color on #498488 background.