#48898E

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

Shades of Blue Chill #48898E

Tints of Blue Chill #48898E

Color information

#48898E (or 0x48898E) is unknown color: approx Blue Chill. HEX triplet: 48, 89 and 8E. RGB value is (72,137,142). Sum of RGB (Red+Green+Blue) = 72+137+142=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 142 - color contains mainly: blue. Hex color #48898E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48898E is #B77671. Grayscale: #767676. Windows color (decimal): -12023410 or 9341256. OLE color: 9341256.

HSL color Cylindrical-coordinate representation of color #48898E: hue angle of 184.29º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48898E is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB72137142-
CMYK0.490.0400.44
HSL184.29º32.71%41.96%-
HSV(B)184.29º49.3%55.69%-
XYZ16.521.2228.82-
YUV118.14141.4795.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.51%
GREEN value IS 137 (53.91% from 255) = 39.03%
BLUE value IS 142 (55.86% from 255) = 40.46%
R=20.51%
G=39.03%
B=40.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721371420.490.0400.44184.2932.7141.96
Hex48898E31402Cb8212a
Octal1102112166140542704152
Binary10010001000100110001110110001100010110010111000100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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