#489087

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

Shades of Lochinvar #489087

Tints of Lochinvar #489087

Color information

#489087 (or 0x489087) is unknown color: approx Lochinvar. HEX triplet: 48, 90 and 87. RGB value is (72,144,135). Sum of RGB (Red+Green+Blue) = 72+144+135=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 135 (53.12% from 255 or 38.46% from 351); Max value from RGB is 144 - color contains mainly: green. Hex color #489087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489087 is #B76F78. Grayscale: #797979. Windows color (decimal): -12021625 or 8884296. OLE color: 8884296.

HSL color Cylindrical-coordinate representation of color #489087: hue angle of 172.5º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #489087 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB72144135-
CMYK0.5000.060.44
HSL172.5º33.33%42.35%-
HSV(B)172.5º50%56.47%-
XYZ17.0223.0726.48-
YUV121.45135.6592.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.51%
GREEN value IS 144 (56.64% from 255) = 41.03%
BLUE value IS 135 (53.12% from 255) = 38.46%
R=20.51%
G=41.03%
B=38.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721441350.5000.060.44172.533.3342.35
Hex48908732062Cac212a
Octal1102202076206542544152
Binary10010001001000010000111110010011010110010101100100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489087; }

 p { color: rgb(72,144,135); }

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

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

 a { background-color: rgb(72,144,135); }

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

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

 span { border-color: rgb(72,144,135); }

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