#489082

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

Shades of Lochinvar #489082

Tints of Lochinvar #489082

Color information

#489082 (or 0x489082) is unknown color: approx Lochinvar. HEX triplet: 48, 90 and 82. RGB value is (72,144,130). Sum of RGB (Red+Green+Blue) = 72+144+130=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 144 - color contains mainly: green. Hex color #489082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489082 is #B76F7D. Grayscale: #787878. Windows color (decimal): -12021630 or 8556616. OLE color: 8556616.

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

Color convert

RGB72144130-
CMYK0.5000.100.44
HSL168.33º33.33%42.35%-
HSV(B)168.33º50%56.47%-
XYZ16.6822.9424.67-
YUV120.88133.1593.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.81%
GREEN value IS 144 (56.64% from 255) = 41.62%
BLUE value IS 130 (51.17% from 255) = 37.57%
R=20.81%
G=41.62%
B=37.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721441300.5000.100.44168.3333.3342.35
Hex489082320A2Ca8212a
Octal11022020262012542504152
Binary100100010010000100000101100100101010110010101000100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489082; }

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

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

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

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

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

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

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

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