#489C9C

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

Shades of Blue Chill #489C9C

Tints of Blue Chill #489C9C

Color information

#489C9C (or 0x489C9C) is unknown color: approx Blue Chill. HEX triplet: 48, 9C and 9C. RGB value is (72,156,156). Sum of RGB (Red+Green+Blue) = 72+156+156=384 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.75% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 156 - color contains mainly: green, blue. Hex color #489C9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489C9C is #B76363. Grayscale: #828282. Windows color (decimal): -12018532 or 10263624. OLE color: 10263624.

HSL color Cylindrical-coordinate representation of color #489C9C: hue angle of 180º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #489C9C is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB72156156-
CMYK0.54000.39
HSL180º36.84%44.71%-
HSV(B)180º53.85%61.18%-
XYZ20.5627.5535.69-
YUV130.88142.1786-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.75%
GREEN value IS 156 (61.33% from 255) = 40.62%
BLUE value IS 156 (61.33% from 255) = 40.62%
R=18.75%
G=40.62%
B=40.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal721561560.54000.3918036.8444.71
Hex489C9C360027b4252d
Octal1102342346600472644555
Binary100100010011100100111001101100010011110110100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489C9C; }

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

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

<style>
 a { background-color: #489C9C; }

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

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

<style>
 span { border-color: #489C9C; }

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

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