#4F8F85

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

Shades of Lochinvar #4F8F85

Tints of Lochinvar #4F8F85

Color information

#4F8F85 (or 0x4F8F85) is unknown color: approx Lochinvar. HEX triplet: 4F, 8F and 85. RGB value is (79,143,133). Sum of RGB (Red+Green+Blue) = 79+143+133=355 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.25% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 143 - color contains mainly: green. Hex color #4F8F85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8F85 is #B0707A. Grayscale: #7A7A7A. Windows color (decimal): -11563131 or 8752975. OLE color: 8752975.

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

Color convert

RGB79143133-
CMYK0.4500.070.44
HSL170.62º28.83%43.53%-
HSV(B)170.62º44.76%56.08%-
XYZ17.282325.72-
YUV122.72133.896.81-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.25%
GREEN value IS 143 (56.25% from 255) = 40.28%
BLUE value IS 133 (52.34% from 255) = 37.46%
R=22.25%
G=40.28%
B=37.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal791431330.4500.070.44170.6228.8343.53
Hex4F8F852D072Cab1d2c
Octal1172172055507542533554
Binary1001111100011111000010110110101111011001010101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,143,133); }

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

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

 a { background-color: rgb(79,143,133); }

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

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

 span { border-color: rgb(79,143,133); }

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