#489192

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

Shades of Blue Chill #489192

Tints of Blue Chill #489192

Color information

#489192 (or 0x489192) is unknown color: approx Blue Chill. HEX triplet: 48, 91 and 92. RGB value is (72,145,146). Sum of RGB (Red+Green+Blue) = 72+145+146=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 146 - color contains mainly: blue. Hex color #489192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489192 is #B76E6D. Grayscale: #7B7B7B. Windows color (decimal): -12021358 or 9605448. OLE color: 9605448.

HSL color Cylindrical-coordinate representation of color #489192: hue angle of 180.81º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #489192 is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB72145146-
CMYK0.510.0100.43
HSL180.81º33.94%42.75%-
HSV(B)180.81º50.68%57.25%-
XYZ17.9923.730.82-
YUV123.29140.8291.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.83%
GREEN value IS 145 (57.03% from 255) = 39.94%
BLUE value IS 146 (57.42% from 255) = 40.22%
R=19.83%
G=39.94%
B=40.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721451460.510.0100.43180.8133.9442.75
Hex48919233102Bb5222b
Octal1102212226310532654253
Binary100100010010001100100101100111010101110110101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489192; }

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

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

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

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

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

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

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

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