#489E95

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

Shades of Blue Chill #489E95

Tints of Blue Chill #489E95

Color information

#489E95 (or 0x489E95) is unknown color: approx Blue Chill. HEX triplet: 48, 9E and 95. RGB value is (72,158,149). Sum of RGB (Red+Green+Blue) = 72+158+149=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 158 (62.11% from 255 or 41.69% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 158 - color contains mainly: green. Hex color #489E95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489E95 is #B7616A. Grayscale: #838383. Windows color (decimal): -12018027 or 9805384. OLE color: 9805384.

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

Color convert

RGB72158149-
CMYK0.5400.060.38
HSL173.72º37.39%45.1%-
HSV(B)173.72º54.43%61.96%-
XYZ20.322832.77-
YUV131.26138.0185.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.00%
GREEN value IS 158 (62.11% from 255) = 41.69%
BLUE value IS 149 (58.59% from 255) = 39.31%
R=19.00%
G=41.69%
B=39.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721581490.5400.060.38173.7237.3945.1
Hex489E95360626ae252d
Octal1102362256606462564555
Binary10010001001111010010101110110011010011010101110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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