#489A9B

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

Shades of Blue Chill #489A9B

Tints of Blue Chill #489A9B

Color information

#489A9B (or 0x489A9B) is unknown color: approx Blue Chill. HEX triplet: 48, 9A and 9B. RGB value is (72,154,155). Sum of RGB (Red+Green+Blue) = 72+154+155=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 155 - color contains mainly: blue. Hex color #489A9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489A9B is #B76564. Grayscale: #818181. Windows color (decimal): -12019045 or 10197576. OLE color: 10197576.

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

Color convert

RGB72154155-
CMYK0.540.0100.39
HSL180.72º36.56%44.51%-
HSV(B)180.72º53.55%60.78%-
XYZ20.1426.8635.13-
YUV129.6142.3386.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.90%
GREEN value IS 154 (60.55% from 255) = 40.42%
BLUE value IS 155 (60.94% from 255) = 40.68%
R=18.90%
G=40.42%
B=40.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal721541550.540.0100.39180.7236.5644.51
Hex489A9B361027b5252d
Octal1102322336610472654555
Binary100100010011010100110111101101010011110110101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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