#489CA0

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

Shades of Blue Chill #489CA0

Tints of Blue Chill #489CA0

Color information

#489CA0 (or 0x489CA0) is unknown color: approx Blue Chill. HEX triplet: 48, 9C and A0. RGB value is (72,156,160). Sum of RGB (Red+Green+Blue) = 72+156+160=388 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.56% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 160 (62.89% from 255 or 41.24% from 388); Max value from RGB is 160 - color contains mainly: blue. Hex color #489CA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489CA0 is #B7635F. Grayscale: #838383. Windows color (decimal): -12018528 or 10525768. OLE color: 10525768.

HSL color Cylindrical-coordinate representation of color #489CA0: hue angle of 182.73º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #489CA0 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB72156160-
CMYK0.550.0200.37
HSL182.73º37.93%45.49%-
HSV(B)182.73º55%62.75%-
XYZ20.9127.6937.5-
YUV131.34144.1785.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.56%
GREEN value IS 156 (61.33% from 255) = 40.21%
BLUE value IS 160 (62.89% from 255) = 41.24%
R=18.56%
G=40.21%
B=41.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal721561600.550.0200.37182.7337.9345.49
Hex489CA0372025b7262d
Octal1102342406720452674655
Binary1001000100111001010000011011110010010110110111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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