#489097

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

Shades of Blue Chill #489097

Tints of Blue Chill #489097

Color information

#489097 (or 0x489097) is unknown color: approx Blue Chill. HEX triplet: 48, 90 and 97. RGB value is (72,144,151). Sum of RGB (Red+Green+Blue) = 72+144+151=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 151 (59.38% from 255 or 41.14% from 367); Max value from RGB is 151 - color contains mainly: blue. Hex color #489097 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489097 is #B76F68. Grayscale: #7B7B7B. Windows color (decimal): -12021609 or 9932872. OLE color: 9932872.

HSL color Cylindrical-coordinate representation of color #489097: hue angle of 185.32º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #489097 is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB72144151-
CMYK0.520.0500.41
HSL185.32º35.43%43.73%-
HSV(B)185.32º52.32%59.22%-
XYZ18.2323.5632.86-
YUV123.27143.6591.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.62%
GREEN value IS 144 (56.64% from 255) = 39.24%
BLUE value IS 151 (59.38% from 255) = 41.14%
R=19.62%
G=39.24%
B=41.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal721441510.520.0500.41185.3235.4343.73
Hex489097345029b9232c
Octal1102202276450512714354
Binary10010001001000010010111110100101010100110111001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489097; }

 p { color: rgb(72,144,151); }

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

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

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

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

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

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

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