#489991

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

Shades of Blue Chill #489991

Tints of Blue Chill #489991

Color information

#489991 (or 0x489991) is unknown color: approx Blue Chill. HEX triplet: 48, 99 and 91. RGB value is (72,153,145). Sum of RGB (Red+Green+Blue) = 72+153+145=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 153 - color contains mainly: green. Hex color #489991 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489991 is #B7666E. Grayscale: #7F7F7F. Windows color (decimal): -12019311 or 9541960. OLE color: 9541960.

HSL color Cylindrical-coordinate representation of color #489991: hue angle of 174.07º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #489991 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB72153145-
CMYK0.5300.050.4
HSL174.07º36%44.12%-
HSV(B)174.07º52.94%60%-
XYZ19.1726.230.84-
YUV127.87137.6688.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.46%
GREEN value IS 153 (60.16% from 255) = 41.35%
BLUE value IS 145 (57.03% from 255) = 39.19%
R=19.46%
G=41.35%
B=39.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal721531450.5300.050.4174.073644.12
Hex489991350528ae242c
Octal1102312216505502564454
Binary10010001001100110010001110101010110100010101110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489991; }

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

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

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

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

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

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

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

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