#4F978D

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

Shades of Lochinvar #4F978D

Tints of Lochinvar #4F978D

Color information

#4F978D (or 0x4F978D) is unknown color: approx Lochinvar. HEX triplet: 4F, 97 and 8D. RGB value is (79,151,141). Sum of RGB (Red+Green+Blue) = 79+151+141=371 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.29% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 151 - color contains mainly: green. Hex color #4F978D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F978D is #B06872. Grayscale: #808080. Windows color (decimal): -11561075 or 9279311. OLE color: 9279311.

HSL color Cylindrical-coordinate representation of color #4F978D: hue angle of 171.67º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F978D is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB79151141-
CMYK0.4800.070.41
HSL171.67º31.3%45.1%-
HSV(B)171.67º47.68%59.22%-
XYZ19.125.7229.16-
YUV128.33135.1592.81-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.29%
GREEN value IS 151 (59.38% from 255) = 40.70%
BLUE value IS 141 (55.47% from 255) = 38.01%
R=21.29%
G=40.70%
B=38.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal791511410.4800.070.41171.6731.345.1
Hex4F978D300729ac1f2d
Octal1172272156007512543755
Binary1001111100101111000110111000001111010011010110011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F978D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,151,141); }

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

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

 a { background-color: rgb(79,151,141); }

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

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

 span { border-color: rgb(79,151,141); }

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