#489599

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

Shades of Blue Chill #489599

Tints of Blue Chill #489599

Color information

#489599 (or 0x489599) is unknown color: approx Blue Chill. HEX triplet: 48, 95 and 99. RGB value is (72,149,153). Sum of RGB (Red+Green+Blue) = 72+149+153=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 153 - color contains mainly: blue. Hex color #489599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489599 is #B76A66. Grayscale: #7E7E7E. Windows color (decimal): -12020327 or 10065224. OLE color: 10065224.

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

Color convert

RGB72149153-
CMYK0.530.0300.4
HSL182.96º36%44.12%-
HSV(B)182.96º52.94%60%-
XYZ19.1725.1733.99-
YUV126.43142.9989.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.25%
GREEN value IS 149 (58.59% from 255) = 39.84%
BLUE value IS 153 (60.16% from 255) = 40.91%
R=19.25%
G=39.84%
B=40.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal721491530.530.0300.4182.963644.12
Hex489599353028b7242c
Octal1102252316530502674454
Binary1001000100101011001100111010111010100010110111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489599; }

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

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

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

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

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

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

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

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