#4F8E7C

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

Shades of Lochinvar #4F8E7C

Tints of Lochinvar #4F8E7C

Color information

#4F8E7C (or 0x4F8E7C) is unknown color: approx Lochinvar. HEX triplet: 4F, 8E and 7C. RGB value is (79,142,124). Sum of RGB (Red+Green+Blue) = 79+142+124=345 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.90% from 345); Green value is 142 (55.86% from 255 or 41.16% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 142 - color contains mainly: green. Hex color #4F8E7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8E7C is #B07183. Grayscale: #797979. Windows color (decimal): -11563396 or 8162895. OLE color: 8162895.

HSL color Cylindrical-coordinate representation of color #4F8E7C: hue angle of 162.86º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4F8E7C is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB79142124-
CMYK0.4400.130.44
HSL162.86º28.51%43.33%-
HSV(B)162.86º44.37%55.69%-
XYZ16.5422.4622.53-
YUV121.11129.6397.96-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.90%
GREEN value IS 142 (55.86% from 255) = 41.16%
BLUE value IS 124 (48.83% from 255) = 35.94%
R=22.90%
G=41.16%
B=35.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal791421240.4400.130.44162.8628.5143.33
Hex4F8E7C2C0D2Ca31d2b
Octal11721617454015542433553
Binary1001111100011101111100101100011011011001010001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,142,124); }

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

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

 a { background-color: rgb(79,142,124); }

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

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

 span { border-color: rgb(79,142,124); }

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