COLOR #488189

HEX: #488189
RGB: (72,129,137)

Color info

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

RGB color model

#488189 color RGB value is (72,129,137).

  • red value is 72;
  • green value is 129;
  • blue value is 137.
RGB:
(72,129,137)
(28%,51%,54%)

RGB channels and saturation

R 72 of 255 = 28%
G 129 of 255 = 51%
B 137 of 255 = 54%

72
129
137

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

Portions of RGB colors in percentages

R + G + B =
72 + 129 + 137 = 338 (100%)
R 72 of 338 ~ 21.3%
G 129 of 338 ~ 38.17%
B 137 of 338 ~ 40.53%

%21.3
%38.17
%40.53

CMYK color model

#488189 color CMYK value is (47,6,0,46).

  • cyan value is 47.45%
  • magenta value is 5.84%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(47,6,0,46)
C47M6Y0K46 
(47%,6%,0%,46%)
(0.47/0.06/0.00/0.46)	

CMYK percentages

%47.45
%5.84
%0
%46.27

Codes

Color #488189 in popluar color models

488189
RGB72129137
HSL187°31.10%40.98%
HSB/HSV187°47.45%53.73%
CMYK47.45%5.84%0.00%
46.27%

Color #488189 in popluar number systems.

HEX488189
Decimal72129137
Binary10010001000000110001001
Octal110201211

Shades and tints

Shades of #488189

#488189
(72,129,137)
#42767D
(66,118,125)
#3C6B71
(60,107,113)
#366065
(54,96,101)
#305559
(48,85,89)
#2A4A4D
(42,74,77)
#243F41
(36,63,65)
#1E3435
(30,52,53)
#182929
(24,41,41)
#121E1D
(18,30,29)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #488189

#488189
(72,129,137)
#588C93
(88,140,147)
#68979D
(104,151,157)
#78A2A7
(120,162,167)
#88ADB1
(136,173,177)
#98B8BB
(152,184,187)
#A8C3C5
(168,195,197)
#B8CECF
(184,206,207)
#C8D9D9
(200,217,217)
#D8E4E3
(216,228,227)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488189 color. Also use rgb(72,129,137) instead hex code.

Text Font Color

.myTextColor { color: #488189; }

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

This text font color is #488189.


Background Color

.myBgColor { background-color: #488189; }

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

This div background color is #488189.


Border color

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

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

This div border color is #488189.


Opacity

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

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

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

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

This text has shadow with #488189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488189 on black background.


Color preview on white background

This text has color #488189 on white background.



Black color preview on #488189 background

This text has black color on #488189 background.


White color preview on #488189 background

This text has white color on #488189 background.