#489695

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

Shades of Blue Chill #489695

Tints of Blue Chill #489695

Color information

#489695 (or 0x489695) is unknown color: approx Blue Chill. HEX triplet: 48, 96 and 95. RGB value is (72,150,149). Sum of RGB (Red+Green+Blue) = 72+150+149=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 150 - color contains mainly: green. Hex color #489695 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489695 is #B7696A. Grayscale: #7E7E7E. Windows color (decimal): -12020075 or 9803336. OLE color: 9803336.

HSL color Cylindrical-coordinate representation of color #489695: hue angle of 179.23º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #489695 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB72150149-
CMYK0.5200.010.41
HSL179.23º35.14%43.53%-
HSV(B)179.23º52%58.82%-
XYZ1925.3632.33-
YUV126.56140.6689.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.41%
GREEN value IS 150 (58.98% from 255) = 40.43%
BLUE value IS 149 (58.59% from 255) = 40.16%
R=19.41%
G=40.43%
B=40.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal721501490.5200.010.41179.2335.1443.53
Hex489695340129b3232c
Octal1102262256401512634354
Binary100100010010110100101011101000110100110110011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489695; }

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

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

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

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

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

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

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

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