#489196

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

Shades of Blue Chill #489196

Tints of Blue Chill #489196

Color information

#489196 (or 0x489196) is unknown color: approx Blue Chill. HEX triplet: 48, 91 and 96. RGB value is (72,145,150). Sum of RGB (Red+Green+Blue) = 72+145+150=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 150 (58.98% from 255 or 40.87% from 367); Max value from RGB is 150 - color contains mainly: blue. Hex color #489196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489196 is #B76E69. Grayscale: #7B7B7B. Windows color (decimal): -12021354 or 9867592. OLE color: 9867592.

HSL color Cylindrical-coordinate representation of color #489196: hue angle of 183.85º 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 #489196 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB72145150-
CMYK0.520.0300.41
HSL183.85º35.14%43.53%-
HSV(B)183.85º52%58.82%-
XYZ18.323.8332.49-
YUV123.74142.8291.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.62%
GREEN value IS 145 (57.03% from 255) = 39.51%
BLUE value IS 150 (58.98% from 255) = 40.87%
R=19.62%
G=39.51%
B=40.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal721451500.520.0300.41183.8535.1443.53
Hex489196343029b8232c
Octal1102212266430512704354
Binary1001000100100011001011011010011010100110111000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489196; }

 p { color: rgb(72,145,150); }

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

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

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

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

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

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

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