#489B97

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

Shades of Blue Chill #489B97

Tints of Blue Chill #489B97

Color information

#489B97 (or 0x489B97) is unknown color: approx Blue Chill. HEX triplet: 48, 9B and 97. RGB value is (72,155,151). Sum of RGB (Red+Green+Blue) = 72+155+151=378 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.05% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 155 - color contains mainly: green. Hex color #489B97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489B97 is #B76468. Grayscale: #818181. Windows color (decimal): -12018793 or 9935688. OLE color: 9935688.

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

Color convert

RGB72155151-
CMYK0.5400.030.39
HSL177.11º36.56%44.51%-
HSV(B)177.11º53.55%60.78%-
XYZ19.9827.0533.45-
YUV129.7314086.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.05%
GREEN value IS 155 (60.94% from 255) = 41.01%
BLUE value IS 151 (59.38% from 255) = 39.95%
R=19.05%
G=41.01%
B=39.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal721551510.5400.030.39177.1136.5644.51
Hex489B97360327b1252d
Octal1102332276603472614555
Binary1001000100110111001011111011001110011110110001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,155,151); }

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

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

 a { background-color: rgb(72,155,151); }

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

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

 span { border-color: rgb(72,155,151); }

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