#48927C

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

Shades of Lochinvar #48927C

Tints of Lochinvar #48927C

Color information

#48927C (or 0x48927C) is unknown color: approx Lochinvar. HEX triplet: 48, 92 and 7C. RGB value is (72,146,124). Sum of RGB (Red+Green+Blue) = 72+146+124=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 146 - color contains mainly: green. Hex color #48927C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48927C is #B76D83. Grayscale: #797979. Windows color (decimal): -12021124 or 8163912. OLE color: 8163912.

HSL color Cylindrical-coordinate representation of color #48927C: hue angle of 162.16º 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 #48927C is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB72146124-
CMYK0.5100.150.43
HSL162.16º33.94%42.75%-
HSV(B)162.16º50.68%57.25%-
XYZ16.5923.3922.71-
YUV121.37129.4892.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.05%
GREEN value IS 146 (57.42% from 255) = 42.69%
BLUE value IS 124 (48.83% from 255) = 36.26%
R=21.05%
G=42.69%
B=36.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721461240.5100.150.43162.1633.9442.75
Hex48927C330F2Ba2222b
Octal11022217463017532424253
Binary10010001001001011111001100110111110101110100010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48927C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48927C; }

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

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

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

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

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

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

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

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