#488F91

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

Shades of Blue Chill #488F91

Tints of Blue Chill #488F91

Color information

#488F91 (or 0x488F91) is unknown color: approx Blue Chill. HEX triplet: 48, 8F and 91. RGB value is (72,143,145). Sum of RGB (Red+Green+Blue) = 72+143+145=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 145 - color contains mainly: blue. Hex color #488F91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488F91 is #B7706E. Grayscale: #797979. Windows color (decimal): -12021871 or 9539400. OLE color: 9539400.

HSL color Cylindrical-coordinate representation of color #488F91: hue angle of 181.64º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #488F91 is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB72143145-
CMYK0.500.0100.43
HSL181.64º33.64%42.55%-
HSV(B)181.64º50.34%56.86%-
XYZ17.6123.0730.31-
YUV122140.9892.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20%
GREEN value IS 143 (56.25% from 255) = 39.72%
BLUE value IS 145 (57.03% from 255) = 40.28%
R=20%
G=39.72%
B=40.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721431450.500.0100.43181.6433.6442.55
Hex488F9132102Bb6222b
Octal1102172216210532664253
Binary100100010001111100100011100101010101110110110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,143,145); }

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

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

 a { background-color: rgb(72,143,145); }

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

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

 span { border-color: rgb(72,143,145); }

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