#48898A

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

Shades of Blue Chill #48898A

Tints of Blue Chill #48898A

Color information

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

HSL color Cylindrical-coordinate representation of color #48898A: hue angle of 180.91º 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 #48898A is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB72137138-
CMYK0.480.0100.46
HSL180.91º31.43%41.18%-
HSV(B)180.91º47.83%54.12%-
XYZ16.2121.127.26-
YUV117.68139.4795.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal721371380.480.0100.46180.9131.4341.18
Hex48898A30102Eb51f29
Octal1102112126010562653751
Binary10010001000100110001010110000101011101011010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48898A; }

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

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

<style>
 a { background-color: #48898A; }

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

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

<style>
 span { border-color: #48898A; }

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

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