#489A95

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

Shades of Blue Chill #489A95

Tints of Blue Chill #489A95

Color information

#489A95 (or 0x489A95) is unknown color: approx Blue Chill. HEX triplet: 48, 9A and 95. RGB value is (72,154,149). Sum of RGB (Red+Green+Blue) = 72+154+149=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 154 - color contains mainly: green. Hex color #489A95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489A95 is #B7656A. Grayscale: #808080. Windows color (decimal): -12019051 or 9804360. OLE color: 9804360.

HSL color Cylindrical-coordinate representation of color #489A95: hue angle of 176.34º 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 #489A95 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB72154149-
CMYK0.5300.030.40
HSL176.34º36.28%44.31%-
HSV(B)176.34º53.25%60.39%-
XYZ19.6526.6632.54-
YUV128.91139.3387.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.2%
GREEN value IS 154 (60.55% from 255) = 41.07%
BLUE value IS 149 (58.59% from 255) = 39.73%
R=19.2%
G=41.07%
B=39.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal721541490.5300.030.40176.3436.2844.31
Hex489A95350328b0242c
Octal1102322256503502604454
Binary1001000100110101001010111010101110100010110000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489A95; }

 p { color: rgb(72,154,149); }

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

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

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

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

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

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

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