#489690

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

Shades of Blue Chill #489690

Tints of Blue Chill #489690

Color information

#489690 (or 0x489690) is unknown color: approx Blue Chill. HEX triplet: 48, 96 and 90. RGB value is (72,150,144). Sum of RGB (Red+Green+Blue) = 72+150+144=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 150 - color contains mainly: green. Hex color #489690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489690 is #B7696F. Grayscale: #7D7D7D. Windows color (decimal): -12020080 or 9475656. OLE color: 9475656.

HSL color Cylindrical-coordinate representation of color #489690: hue angle of 175.38º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #489690 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB72150144-
CMYK0.5200.040.41
HSL175.38º35.14%43.53%-
HSV(B)175.38º52%58.82%-
XYZ18.6125.230.27-
YUV125.99138.1689.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.67%
GREEN value IS 150 (58.98% from 255) = 40.98%
BLUE value IS 144 (56.64% from 255) = 39.34%
R=19.67%
G=40.98%
B=39.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal721501440.5200.040.41175.3835.1443.53
Hex489690340429af232c
Octal1102262206404512574354
Binary10010001001011010010000110100010010100110101111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489690; }

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

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

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

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

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

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

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

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