#489499

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

Shades of Blue Chill #489499

Tints of Blue Chill #489499

Color information

#489499 (or 0x489499) is unknown color: approx Blue Chill. HEX triplet: 48, 94 and 99. RGB value is (72,148,153). Sum of RGB (Red+Green+Blue) = 72+148+153=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #489499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489499 is #B76B66. Grayscale: #7D7D7D. Windows color (decimal): -12020583 or 10064968. OLE color: 10064968.

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

Color convert

RGB72148153-
CMYK0.530.0300.4
HSL183.7º36%44.12%-
HSV(B)183.7º52.94%60%-
XYZ19.0124.8633.93-
YUV125.85143.3289.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.30%
GREEN value IS 148 (58.20% from 255) = 39.68%
BLUE value IS 153 (60.16% from 255) = 41.02%
R=19.30%
G=39.68%
B=41.02%

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
Decimal721481530.530.0300.4183.73644.12
Hex489499353028b8242c
Octal1102242316530502704454
Binary1001000100101001001100111010111010100010111000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489499; }

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

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

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

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

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

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

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

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