COLOR #488096

HEX: #488096
RGB: (72,128,150)

Color info

#488096 contains mainly green and blue colors. Web safe color of #488096 is #336699 (or #369).

RGB color model

#488096 color RGB value is (72,128,150).

  • red value is 72;
  • green value is 128;
  • blue value is 150.
RGB:
(72,128,150)
(28%,50%,59%)

RGB channels and saturation

R 72 of 255 = 28%
G 128 of 255 = 50%
B 150 of 255 = 59%

72
128
150

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

Portions of RGB colors in percentages

R + G + B =
72 + 128 + 150 = 350 (100%)
R 72 of 350 ~ 20.57%
G 128 of 350 ~ 36.57%
B 150 of 350 ~ 42.86%

%20.57
%36.57
%42.86

CMYK color model

#488096 color CMYK value is (52,15,0,41).

  • cyan value is 52.00%
  • magenta value is 14.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(52,15,0,41)
C52M15Y0K41 
(52%,15%,0%,41%)
(0.52/0.15/0.00/0.41)	

CMYK percentages

%52
%14.67
%0
%41.18

Codes

Color #488096 in popluar color models

488096
RGB72128150
HSL197°35.14%43.53%
HSB/HSV197°52.00%58.82%
CMYK52.00%14.67%0.00%
41.18%

Color #488096 in popluar number systems.

HEX488096
Decimal72128150
Binary10010001000000010010110
Octal110200226

Shades and tints

Shades of #488096

#488096
(72,128,150)
#427589
(66,117,137)
#3C6A7C
(60,106,124)
#365F6F
(54,95,111)
#305462
(48,84,98)
#2A4955
(42,73,85)
#243E48
(36,62,72)
#1E333B
(30,51,59)
#18282E
(24,40,46)
#121D21
(18,29,33)
#0C1214
(12,18,20)
#000000
(0,0,0)

Tints of #488096

#488096
(72,128,150)
#588B9F
(88,139,159)
#6896A8
(104,150,168)
#78A1B1
(120,161,177)
#88ACBA
(136,172,186)
#98B7C3
(152,183,195)
#A8C2CC
(168,194,204)
#B8CDD5
(184,205,213)
#C8D8DE
(200,216,222)
#D8E3E7
(216,227,231)
#E8EEF0
(232,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488096 color. Also use rgb(72,128,150) instead hex code.

Text Font Color

.myTextColor { color: #488096; }

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

This text font color is #488096.


Background Color

.myBgColor { background-color: #488096; }

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

This div background color is #488096.


Border color

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

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

This div border color is #488096.


Opacity

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

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

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

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

This text has shadow with #488096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488096 on black background.


Color preview on white background

This text has color #488096 on white background.



Black color preview on #488096 background

This text has black color on #488096 background.


White color preview on #488096 background

This text has white color on #488096 background.