#489187

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

Shades of Lochinvar #489187

Tints of Lochinvar #489187

Color information

#489187 (or 0x489187) is unknown color: approx Lochinvar. HEX triplet: 48, 91 and 87. RGB value is (72,145,135). Sum of RGB (Red+Green+Blue) = 72+145+135=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 135 (53.12% from 255 or 38.35% from 352); Max value from RGB is 145 - color contains mainly: green. Hex color #489187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489187 is #B76E78. Grayscale: #797979. Windows color (decimal): -12021369 or 8884552. OLE color: 8884552.

HSL color Cylindrical-coordinate representation of color #489187: hue angle of 171.78º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #489187 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB72145135-
CMYK0.5000.070.43
HSL171.78º33.64%42.55%-
HSV(B)171.78º50.34%56.86%-
XYZ17.1723.3826.53-
YUV122.03135.3292.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.45%
GREEN value IS 145 (57.03% from 255) = 41.19%
BLUE value IS 135 (53.12% from 255) = 38.35%
R=20.45%
G=41.19%
B=38.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721451350.5000.070.43171.7833.6442.55
Hex48918732072Bac222b
Octal1102212076207532544253
Binary10010001001000110000111110010011110101110101100100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489187; }

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

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

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

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

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

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

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

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