#489090

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

Shades of Blue Chill #489090

Tints of Blue Chill #489090

Color information

#489090 (or 0x489090) is unknown color: approx Blue Chill. HEX triplet: 48, 90 and 90. RGB value is (72,144,144). Sum of RGB (Red+Green+Blue) = 72+144+144=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #489090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489090 is #B76F6F. Grayscale: #7A7A7A. Windows color (decimal): -12021616 or 9474120. OLE color: 9474120.

HSL color Cylindrical-coordinate representation of color #489090: hue angle of 180º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #489090 is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB72144144-
CMYK0.50000.44
HSL180º33.33%42.35%-
HSV(B)180º50%56.47%-
XYZ17.6823.3429.96-
YUV122.47140.1592-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20%
GREEN value IS 144 (56.64% from 255) = 40%
BLUE value IS 144 (56.64% from 255) = 40%
R=20%
G=40%
B=40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721441440.50000.4418033.3342.35
Hex48909032002Cb4212a
Octal1102202206200542644152
Binary100100010010000100100001100100010110010110100100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489090; }

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

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

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

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

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

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

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

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