#489490

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

Shades of Blue Chill #489490

Tints of Blue Chill #489490

Color information

#489490 (or 0x489490) is unknown color: approx Blue Chill. HEX triplet: 48, 94 and 90. RGB value is (72,148,144). Sum of RGB (Red+Green+Blue) = 72+148+144=364 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.78% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 148 - color contains mainly: green. Hex color #489490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489490 is #B76B6F. Grayscale: #7C7C7C. Windows color (decimal): -12020592 or 9475144. OLE color: 9475144.

HSL color Cylindrical-coordinate representation of color #489490: hue angle of 176.84º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #489490 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB72148144-
CMYK0.5100.030.42
HSL176.84º34.55%43.14%-
HSV(B)176.84º51.35%58.04%-
XYZ18.324.5730.16-
YUV124.82138.8290.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.78%
GREEN value IS 148 (58.20% from 255) = 40.66%
BLUE value IS 144 (56.64% from 255) = 39.56%
R=19.78%
G=40.66%
B=39.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721481440.5100.030.42176.8434.5543.14
Hex48949033032Ab1232b
Octal1102242206303522614353
Binary1001000100101001001000011001101110101010110001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489490; }

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

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

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

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

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

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

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

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