#488A89

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

Shades of Blue Chill #488A89

Tints of Blue Chill #488A89

Color information

#488A89 (or 0x488A89) is unknown color: approx Blue Chill. HEX triplet: 48, 8A and 89. RGB value is (72,138,137). Sum of RGB (Red+Green+Blue) = 72+138+137=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 138 - color contains mainly: green. Hex color #488A89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488A89 is #B77576. Grayscale: #767676. Windows color (decimal): -12023159 or 9013832. OLE color: 9013832.

HSL color Cylindrical-coordinate representation of color #488A89: hue angle of 179.09º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #488A89 is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB72138137-
CMYK0.4800.010.46
HSL179.09º31.43%41.18%-
HSV(B)179.09º47.83%54.12%-
XYZ16.2821.3626.93-
YUV118.15138.6395.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.75%
GREEN value IS 138 (54.30% from 255) = 39.77%
BLUE value IS 137 (53.91% from 255) = 39.48%
R=20.75%
G=39.77%
B=39.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal721381370.4800.010.46179.0931.4341.18
Hex488A8930012Eb31f29
Octal1102122116001562633751
Binary10010001000101010001001110000011011101011001111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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