#489086

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

Shades of Lochinvar #489086

Tints of Lochinvar #489086

Color information

#489086 (or 0x489086) is unknown color: approx Lochinvar. HEX triplet: 48, 90 and 86. RGB value is (72,144,134). Sum of RGB (Red+Green+Blue) = 72+144+134=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 144 - color contains mainly: green. Hex color #489086 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489086 is #B76F79. Grayscale: #797979. Windows color (decimal): -12021626 or 8818760. OLE color: 8818760.

HSL color Cylindrical-coordinate representation of color #489086: hue angle of 171.67º 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 #489086 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB72144134-
CMYK0.5000.070.44
HSL171.67º33.33%42.35%-
HSV(B)171.67º50%56.47%-
XYZ16.9523.0526.11-
YUV121.33135.1592.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.57%
GREEN value IS 144 (56.64% from 255) = 41.14%
BLUE value IS 134 (52.73% from 255) = 38.29%
R=20.57%
G=41.14%
B=38.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721441340.5000.070.44171.6733.3342.35
Hex48908632072Cac212a
Octal1102202066207542544152
Binary10010001001000010000110110010011110110010101100100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489086; }

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

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

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

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

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

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

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

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