#489992

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

Shades of Blue Chill #489992

Tints of Blue Chill #489992

Color information

#489992 (or 0x489992) is unknown color: approx Blue Chill. HEX triplet: 48, 99 and 92. RGB value is (72,153,146). Sum of RGB (Red+Green+Blue) = 72+153+146=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #489992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489992 is #B7666D. Grayscale: #7F7F7F. Windows color (decimal): -12019310 or 9607496. OLE color: 9607496.

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

Color convert

RGB72153146-
CMYK0.5300.050.4
HSL174.81º36%44.12%-
HSV(B)174.81º52.94%60%-
XYZ19.2526.2431.24-
YUV127.98138.1688.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.41%
GREEN value IS 153 (60.16% from 255) = 41.24%
BLUE value IS 146 (57.42% from 255) = 39.35%
R=19.41%
G=41.24%
B=39.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal721531460.5300.050.4174.813644.12
Hex489992350528af242c
Octal1102312226505502574454
Binary10010001001100110010010110101010110100010101111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489992; }

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

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

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

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

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

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

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

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