#489281

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

Shades of Lochinvar #489281

Tints of Lochinvar #489281

Color information

#489281 (or 0x489281) is unknown color: approx Lochinvar. HEX triplet: 48, 92 and 81. RGB value is (72,146,129). Sum of RGB (Red+Green+Blue) = 72+146+129=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 146 - color contains mainly: green. Hex color #489281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489281 is #B76D7E. Grayscale: #797979. Windows color (decimal): -12021119 or 8491592. OLE color: 8491592.

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

Color convert

RGB72146129-
CMYK0.5100.120.43
HSL166.22º33.94%42.75%-
HSV(B)166.22º50.68%57.25%-
XYZ16.9123.5224.42-
YUV121.94131.9892.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.75%
GREEN value IS 146 (57.42% from 255) = 42.07%
BLUE value IS 129 (50.78% from 255) = 37.18%
R=20.75%
G=42.07%
B=37.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721461290.5100.120.43166.2233.9442.75
Hex489281330C2Ba6222b
Octal11022220163014532464253
Binary100100010010010100000011100110110010101110100110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489281; }

 p { color: rgb(72,146,129); }

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

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

 a { background-color: rgb(72,146,129); }

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

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

 span { border-color: rgb(72,146,129); }

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