#4F8979

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

Shades of Lochinvar #4F8979

Tints of Lochinvar #4F8979

Color information

#4F8979 (or 0x4F8979) is unknown color: approx Lochinvar. HEX triplet: 4F, 89 and 79. RGB value is (79,137,121). Sum of RGB (Red+Green+Blue) = 79+137+121=337 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.44% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 137 - color contains mainly: green. Hex color #4F8979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8979 is #B07686. Grayscale: #757575. Windows color (decimal): -11564679 or 7965007. OLE color: 7965007.

HSL color Cylindrical-coordinate representation of color #4F8979: hue angle of 163.45º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F8979 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB79137121-
CMYK0.4200.120.46
HSL163.45º26.85%42.35%-
HSV(B)163.45º42.34%53.73%-
XYZ15.6220.9321.31-
YUV117.83129.78100.3-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.44%
GREEN value IS 137 (53.91% from 255) = 40.65%
BLUE value IS 121 (47.66% from 255) = 35.91%
R=23.44%
G=40.65%
B=35.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal791371210.4200.120.46163.4526.8542.35
Hex4F89792A0C2Ea31b2a
Octal11721117152014562433352
Binary1001111100010011111001101010011001011101010001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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