COLOR #488E99

HEX: #488E99 RGB: (72,142,153)

Color info

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

RGB color model

#488E99 color RGB value is (72,142,153).

RGB: (72,142,153) (28%, 56%, 60%)

RGB channels and saturation

R 72 of 255 = 28%
G 142 of 255 = 56%
B 153 of 255 = 60%

72
142
153

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

Portions of RGB colors in percentages

R + G + B = 72 + 142 + 153 = 367 (100%)
R 72 of 367 ~ 19.62%
G 142 of 367 ~ 38.69%
B 153 of 367 ~ 41.69'%

%19.62
%38.69
%41.69

CMYK color model

#488E99 color CMYK value is (53,7,0,40).

  • cyan value is 52.94%
  • magenta value is 7.19%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (53,7,0,40)
C53M7Y0K40 (53%, 7%, 0%, 40%)
(0.53 / 0.07 / 0.00 / 0.40)

CMYK percentages

%52.94
%7.19
%0
%40

Codes

Color #488E99 in popluar color models

48 8E 99
RGB 72 142 153
HSL 188° 36.00% 44.12%
HSB/HSV 188° 52.94% 60.00%
CMYK 52.94% 7.19% 0.00%
40.00%

Color #488E99 in popluar number systems.

HEX 48 8E 99
Decimal 72 142 153
Binary 1001000 10001110 10011001
Octal 110 216 231

Shades and tints

Shades of #488E99

#488E99
(72,142,153)
#42828C
(66,130,140)
#3C767F
(60,118,127)
#366A72
(54,106,114)
#305E65
(48,94,101)
#2A5258
(42,82,88)
#24464B
(36,70,75)
#1E3A3E
(30,58,62)
#182E31
(24,46,49)
#122224
(18,34,36)
#0C1617
(12,22,23)
#000000
(0,0,0)

Tints of #488E99

#488E99
(72,142,153)
#5898A2
(88,152,162)
#68A2AB
(104,162,171)
#78ACB4
(120,172,180)
#88B6BD
(136,182,189)
#98C0C6
(152,192,198)
#A8CACF
(168,202,207)
#B8D4D8
(184,212,216)
#C8DEE1
(200,222,225)
#D8E8EA
(216,232,234)
#E8F2F3
(232,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488E99 color. Also use rgb(72,142,153) instead hex code.

Text Font Color

.myTextColor { color: #488E99; }

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

This text font color is #488E99.

Background Color

.myBgColor { background-color: #488E99; }

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

This div background color is #488E99.

Border color

.myBorderColor { border: 1px solid #488E99; }

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

This div border color is #488E99.

Opacity

.myOpacity80 { color: #488E99; opacity: 0.8; }

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

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

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

This text has shadow with #488E99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #488E99.

Preview

Color preview on black background

This text has color #488E99 on black background.


Color preview on white background

This text has color #488E99 on white background.


Black color preview on #488E99 background

This text has black color on #488E99 background.


White color preview on #488E99 background

This text has white color on #488E99 background.


Related colors

Complementary color

Complementary color for #hex is #B77166.


I love getcolorcode.com

Triadic colors

1 #99488E and #8E9948 with #488E99 are triadic colors.

2 #998E48 and #8E4899 with #488E99 are triadic colors.