#489A9F

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

Shades of Blue Chill #489A9F

Tints of Blue Chill #489A9F

Color information

#489A9F (or 0x489A9F) is unknown color: approx Blue Chill. HEX triplet: 48, 9A and 9F. RGB value is (72,154,159). Sum of RGB (Red+Green+Blue) = 72+154+159=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 159 - color contains mainly: blue. Hex color #489A9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489A9F is #B76560. Grayscale: #818181. Windows color (decimal): -12019041 or 10459720. OLE color: 10459720.

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

Color convert

RGB72154159-
CMYK0.550.0300.38
HSL183.45º37.66%45.29%-
HSV(B)183.45º54.72%62.35%-
XYZ20.4926.9936.93-
YUV130.05144.3386.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.70%
GREEN value IS 154 (60.55% from 255) = 40%
BLUE value IS 159 (62.5% from 255) = 41.30%
R=18.70%
G=40%
B=41.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721541590.550.0300.38183.4537.6645.29
Hex489A9F373026b7262d
Octal1102322376730462674655
Binary1001000100110101001111111011111010011010110111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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