#489292

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

Shades of Blue Chill #489292

Tints of Blue Chill #489292

Color information

#489292 (or 0x489292) is unknown color: approx Blue Chill. HEX triplet: 48, 92 and 92. RGB value is (72,146,146). Sum of RGB (Red+Green+Blue) = 72+146+146=364 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.78% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #489292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489292 is #B76D6D. Grayscale: #7B7B7B. Windows color (decimal): -12021102 or 9605704. OLE color: 9605704.

HSL color Cylindrical-coordinate representation of color #489292: hue angle of 180º 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 #489292 is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB72146146-
CMYK0.51000.43
HSL180º33.94%42.75%-
HSV(B)180º50.68%57.25%-
XYZ18.1424.0130.87-
YUV123.87140.4891-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.78%
GREEN value IS 146 (57.42% from 255) = 40.11%
BLUE value IS 146 (57.42% from 255) = 40.11%
R=19.78%
G=40.11%
B=40.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721461460.51000.4318033.9442.75
Hex48929233002Bb4222b
Octal1102222226300532644253
Binary100100010010010100100101100110010101110110100100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489292; }

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

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

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

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

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

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

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

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