#488C8C

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

Shades of Blue Chill #488C8C

Tints of Blue Chill #488C8C

Color information

#488C8C (or 0x488C8C) is unknown color: approx Blue Chill. HEX triplet: 48, 8C and 8C. RGB value is (72,140,140). Sum of RGB (Red+Green+Blue) = 72+140+140=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 140 - color contains mainly: green, blue. Hex color #488C8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488C8C is #B77373. Grayscale: #777777. Windows color (decimal): -12022644 or 9210952. OLE color: 9210952.

HSL color Cylindrical-coordinate representation of color #488C8C: hue angle of 180º 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 #488C8C is Cyan = 0.49, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB72140140-
CMYK0.49000.45
HSL180º32.08%41.57%-
HSV(B)180º48.57%54.9%-
XYZ16.7822.0328.18-
YUV119.67139.4794-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.45%
GREEN value IS 140 (55.08% from 255) = 39.77%
BLUE value IS 140 (55.08% from 255) = 39.77%
R=20.45%
G=39.77%
B=39.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal721401400.49000.4518032.0841.57
Hex488C8C31002Db4202a
Octal1102142146100552644052
Binary100100010001100100011001100010010110110110100100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,140,140); }

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

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

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

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

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

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

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