#489382

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

Shades of Lochinvar #489382

Tints of Lochinvar #489382

Color information

#489382 (or 0x489382) is unknown color: approx Lochinvar. HEX triplet: 48, 93 and 82. RGB value is (72,147,130). Sum of RGB (Red+Green+Blue) = 72+147+130=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 147 - color contains mainly: green. Hex color #489382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489382 is #B76C7D. Grayscale: #7A7A7A. Windows color (decimal): -12020862 or 8557384. OLE color: 8557384.

HSL color Cylindrical-coordinate representation of color #489382: hue angle of 166.4º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #489382 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB72147130-
CMYK0.5100.120.42
HSL166.4º34.25%42.94%-
HSV(B)166.4º51.02%57.65%-
XYZ17.1423.8624.82-
YUV122.64132.1591.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.63%
GREEN value IS 147 (57.81% from 255) = 42.12%
BLUE value IS 130 (51.17% from 255) = 37.25%
R=20.63%
G=42.12%
B=37.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721471300.5100.120.42166.434.2542.94
Hex489382330C2Aa6222b
Octal11022320263014522464253
Binary100100010010011100000101100110110010101010100110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489382; }

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

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

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

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

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

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

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

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