#489899

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

Shades of Blue Chill #489899

Tints of Blue Chill #489899

Color information

#489899 (or 0x489899) is unknown color: approx Blue Chill. HEX triplet: 48, 98 and 99. RGB value is (72,152,153). Sum of RGB (Red+Green+Blue) = 72+152+153=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #489899 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489899 is #B76766. Grayscale: #808080. Windows color (decimal): -12019559 or 10065992. OLE color: 10065992.

HSL color Cylindrical-coordinate representation of color #489899: hue angle of 180.74º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #489899 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB72152153-
CMYK0.530.0100.4
HSL180.74º36%44.12%-
HSV(B)180.74º52.94%60%-
XYZ19.6526.1334.15-
YUV128.1914287.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.10%
GREEN value IS 152 (59.77% from 255) = 40.32%
BLUE value IS 153 (60.16% from 255) = 40.58%
R=19.10%
G=40.32%
B=40.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal721521530.530.0100.4180.743644.12
Hex489899351028b5242c
Octal1102302316510502654454
Binary100100010011000100110011101011010100010110101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489899; }

 p { color: rgb(72,152,153); }

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

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

 a { background-color: rgb(72,152,153); }

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

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

 span { border-color: rgb(72,152,153); }

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