#4F8C79

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

Shades of Lochinvar #4F8C79

Tints of Lochinvar #4F8C79

Color information

#4F8C79 (or 0x4F8C79) is unknown color: approx Lochinvar. HEX triplet: 4F, 8C and 79. RGB value is (79,140,121). Sum of RGB (Red+Green+Blue) = 79+140+121=340 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.24% from 340); Green value is 140 (55.08% from 255 or 41.18% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 140 - color contains mainly: green. Hex color #4F8C79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8C79 is #B07386. Grayscale: #777777. Windows color (decimal): -11563911 or 7965775. OLE color: 7965775.

HSL color Cylindrical-coordinate representation of color #4F8C79: hue angle of 161.31º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4F8C79 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB79140121-
CMYK0.4400.140.45
HSL161.31º27.85%42.94%-
HSV(B)161.31º43.57%54.9%-
XYZ16.0521.821.45-
YUV119.59128.7999.04-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.24%
GREEN value IS 140 (55.08% from 255) = 41.18%
BLUE value IS 121 (47.66% from 255) = 35.59%
R=23.24%
G=41.18%
B=35.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal791401210.4400.140.45161.3127.8542.94
Hex4F8C792C0E2Da11c2b
Octal11721417154016552413453
Binary1001111100011001111001101100011101011011010000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F8C79; }

 p { color: rgb(79,140,121); }

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

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

 a { background-color: rgb(79,140,121); }

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

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

 span { border-color: rgb(79,140,121); }

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