#489C95

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

Shades of Blue Chill #489C95

Tints of Blue Chill #489C95

Color information

#489C95 (or 0x489C95) is unknown color: approx Blue Chill. HEX triplet: 48, 9C and 95. RGB value is (72,156,149). Sum of RGB (Red+Green+Blue) = 72+156+149=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 156 - color contains mainly: green. Hex color #489C95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489C95 is #B7636A. Grayscale: #828282. Windows color (decimal): -12018539 or 9804872. OLE color: 9804872.

HSL color Cylindrical-coordinate representation of color #489C95: hue angle of 175º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #489C95 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB72156149-
CMYK0.5400.040.39
HSL175º36.84%44.71%-
HSV(B)175º53.85%61.18%-
XYZ19.9927.3232.65-
YUV130.09138.6786.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.10%
GREEN value IS 156 (61.33% from 255) = 41.38%
BLUE value IS 149 (58.59% from 255) = 39.52%
R=19.10%
G=41.38%
B=39.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal721561490.5400.040.3917536.8444.71
Hex489C95360427af252d
Octal1102342256604472574555
Binary10010001001110010010101110110010010011110101111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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