#489190

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

Shades of Blue Chill #489190

Tints of Blue Chill #489190

Color information

#489190 (or 0x489190) is unknown color: approx Blue Chill. HEX triplet: 48, 91 and 90. RGB value is (72,145,144). Sum of RGB (Red+Green+Blue) = 72+145+144=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 144 (56.64% from 255 or 39.89% from 361); Max value from RGB is 145 - color contains mainly: green. Hex color #489190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489190 is #B76E6F. Grayscale: #7A7A7A. Windows color (decimal): -12021360 or 9474376. OLE color: 9474376.

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

Color convert

RGB72145144-
CMYK0.5000.010.43
HSL179.18º33.64%42.55%-
HSV(B)179.18º50.34%56.86%-
XYZ17.8323.6430.01-
YUV123.06139.8291.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.94%
GREEN value IS 145 (57.03% from 255) = 40.17%
BLUE value IS 144 (56.64% from 255) = 39.89%
R=19.94%
G=40.17%
B=39.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721451440.5000.010.43179.1833.6442.55
Hex48919032012Bb3222b
Octal1102212206201532634253
Binary100100010010001100100001100100110101110110011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489190; }

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

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

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

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

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

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

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

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