#489699

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

Shades of Blue Chill #489699

Tints of Blue Chill #489699

Color information

#489699 (or 0x489699) is unknown color: approx Blue Chill. HEX triplet: 48, 96 and 99. RGB value is (72,150,153). Sum of RGB (Red+Green+Blue) = 72+150+153=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 153 - color contains mainly: blue. Hex color #489699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489699 is #B76966. Grayscale: #7E7E7E. Windows color (decimal): -12020071 or 10065480. OLE color: 10065480.

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

Color convert

RGB72150153-
CMYK0.530.0200.4
HSL182.22º36%44.12%-
HSV(B)182.22º52.94%60%-
XYZ19.3325.4934.04-
YUV127.02142.6688.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.2%
GREEN value IS 150 (58.98% from 255) = 40%
BLUE value IS 153 (60.16% from 255) = 40.8%
R=19.2%
G=40%
B=40.8%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal721501530.530.0200.4182.223644.12
Hex489699352028b6242c
Octal1102262316520502664454
Binary1001000100101101001100111010110010100010110110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489699; }

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

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

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

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

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

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

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

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