#489399

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

Shades of Blue Chill #489399

Tints of Blue Chill #489399

Color information

#489399 (or 0x489399) is unknown color: approx Blue Chill. HEX triplet: 48, 93 and 99. RGB value is (72,147,153). Sum of RGB (Red+Green+Blue) = 72+147+153=372 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.35% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 153 - color contains mainly: blue. Hex color #489399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489399 is #B76C66. Grayscale: #7D7D7D. Windows color (decimal): -12020839 or 10064712. OLE color: 10064712.

HSL color Cylindrical-coordinate representation of color #489399: hue angle of 184.44º 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 #489399 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB72147153-
CMYK0.530.0400.4
HSL184.44º36%44.12%-
HSV(B)184.44º52.94%60%-
XYZ18.8624.5533.88-
YUV125.26143.6590.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.35%
GREEN value IS 147 (57.81% from 255) = 39.52%
BLUE value IS 153 (60.16% from 255) = 41.13%
R=19.35%
G=39.52%
B=41.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal721471530.530.0400.4184.443644.12
Hex489399354028b8242c
Octal1102232316540502704454
Binary10010001001001110011001110101100010100010111000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489399; }

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

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

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

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

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

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

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

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