#489F9C

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

Shades of Blue Chill #489F9C

Tints of Blue Chill #489F9C

Color information

#489F9C (or 0x489F9C) is unknown color: approx Blue Chill. HEX triplet: 48, 9F and 9C. RGB value is (72,159,156). Sum of RGB (Red+Green+Blue) = 72+159+156=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 159 (62.5% from 255 or 41.09% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 159 - color contains mainly: green. Hex color #489F9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489F9C is #B76063. Grayscale: #848484. Windows color (decimal): -12017764 or 10264392. OLE color: 10264392.

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

Color convert

RGB72159156-
CMYK0.5500.020.38
HSL177.93º37.66%45.29%-
HSV(B)177.93º54.72%62.35%-
XYZ21.0728.5735.86-
YUV132.64141.1884.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.60%
GREEN value IS 159 (62.5% from 255) = 41.09%
BLUE value IS 156 (61.33% from 255) = 40.31%
R=18.60%
G=41.09%
B=40.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721591560.5500.020.38177.9337.6645.29
Hex489F9C370226b2262d
Octal1102372346702462624655
Binary1001000100111111001110011011101010011010110010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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