#489691

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

Shades of Blue Chill #489691

Tints of Blue Chill #489691

Color information

#489691 (or 0x489691) is unknown color: approx Blue Chill. HEX triplet: 48, 96 and 91. RGB value is (72,150,145). Sum of RGB (Red+Green+Blue) = 72+150+145=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 145 (57.03% from 255 or 39.51% from 367); Max value from RGB is 150 - color contains mainly: green. Hex color #489691 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489691 is #B7696E. Grayscale: #7E7E7E. Windows color (decimal): -12020079 or 9541192. OLE color: 9541192.

HSL color Cylindrical-coordinate representation of color #489691: hue angle of 176.15º 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 #489691 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB72150145-
CMYK0.5200.030.41
HSL176.15º35.14%43.53%-
HSV(B)176.15º52%58.82%-
XYZ18.6925.2330.67-
YUV126.11138.6689.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.62%
GREEN value IS 150 (58.98% from 255) = 40.87%
BLUE value IS 145 (57.03% from 255) = 39.51%
R=19.62%
G=40.87%
B=39.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal721501450.5200.030.41176.1535.1443.53
Hex489691340329b0232c
Octal1102262216403512604354
Binary1001000100101101001000111010001110100110110000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489691; }

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

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

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

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

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

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

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

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