#488D8A

Color #488D8A Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #488D8A

Tints of Blue Chill #488D8A

Color information

#488D8A (or 0x488D8A) is unknown color: approx Blue Chill. HEX triplet: 48, 8D and 8A. RGB value is (72,141,138). Sum of RGB (Red+Green+Blue) = 72+141+138=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 141 - color contains mainly: green. Hex color #488D8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488D8A is #B77275. Grayscale: #777777. Windows color (decimal): -12022390 or 9080136. OLE color: 9080136.

HSL color Cylindrical-coordinate representation of color #488D8A: hue angle of 177.39º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #488D8A is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB72141138-
CMYK0.4900.020.45
HSL177.39º32.39%41.76%-
HSV(B)177.39º48.94%55.29%-
XYZ16.7822.2627.46-
YUV120.03138.1493.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 20.51%
GREEN value IS 141 (55.47% from 255) = 40.17%
BLUE value IS 138 (54.30% from 255) = 39.32%
R=20.51%
G=40.17%
B=39.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal721411380.4900.020.45177.3932.3941.76
Hex488D8A31022Db1202a
Octal1102152126102552614052
Binary1001000100011011000101011000101010110110110001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488D8A; }

 p { color: rgb(72,141,138); }

 H1.HeaderClassName
 {
   color: #488D8A;
 }
 .AnyTagClassName
 {
   color: #488D8A;
 }
</style>
background-color css

<style>
 a { background-color: #488D8A; }

 a { background-color: rgb(72,141,138); }

 div.DivClassName
 {
   background-color: #488D8A;
 }
 .BgClassName
 {
   background-color: #488D8A;
 }
</style>
border-color css

<style>
 span { border-color: #488D8A; }

 span { border-color: rgb(72,141,138); }

 td.TdClassName
 {
   border-color: #488D8A;
 }
 .TagClassName
 {
   border-color: #488D8A;
 }
</style>