#4F9786

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

Shades of Lochinvar #4F9786

Tints of Lochinvar #4F9786

Color information

#4F9786 (or 0x4F9786) is unknown color: approx Lochinvar. HEX triplet: 4F, 97 and 86. RGB value is (79,151,134). Sum of RGB (Red+Green+Blue) = 79+151+134=364 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.70% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 151 - color contains mainly: green. Hex color #4F9786 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9786 is #B06879. Grayscale: #7F7F7F. Windows color (decimal): -11561082 or 8820559. OLE color: 8820559.

HSL color Cylindrical-coordinate representation of color #4F9786: hue angle of 165.83º 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 #4F9786 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB79151134-
CMYK0.4800.110.41
HSL165.83º31.3%45.1%-
HSV(B)165.83º47.68%59.22%-
XYZ18.5925.5226.5-
YUV127.53131.6593.38-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.70%
GREEN value IS 151 (59.38% from 255) = 41.48%
BLUE value IS 134 (52.73% from 255) = 36.81%
R=21.70%
G=41.48%
B=36.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal791511340.4800.110.41165.8331.345.1
Hex4F9786300B29a61f2d
Octal11722720660013512463755
Binary10011111001011110000110110000010111010011010011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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