#489994

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

Shades of Blue Chill #489994

Tints of Blue Chill #489994

Color information

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

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

Color convert

RGB72153148-
CMYK0.5300.030.4
HSL176.3º36%44.12%-
HSV(B)176.3º52.94%60%-
XYZ19.4126.332.07-
YUV128.21139.1687.91-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal721531480.5300.030.4176.33644.12
Hex489994350328b0242c
Octal1102312246503502604454
Binary1001000100110011001010011010101110100010110000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489994; }

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

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

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

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

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

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

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

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