#4F8986

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

Shades of Lochinvar #4F8986

Tints of Lochinvar #4F8986

Color information

#4F8986 (or 0x4F8986) is unknown color: approx Lochinvar. HEX triplet: 4F, 89 and 86. RGB value is (79,137,134). Sum of RGB (Red+Green+Blue) = 79+137+134=350 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.57% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 137 - color contains mainly: green. Hex color #4F8986 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8986 is #B07679. Grayscale: #777777. Windows color (decimal): -11564666 or 8816975. OLE color: 8816975.

HSL color Cylindrical-coordinate representation of color #4F8986: hue angle of 176.9º 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 #4F8986 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB79137134-
CMYK0.4200.020.46
HSL176.9º26.85%42.35%-
HSV(B)176.9º42.34%53.73%-
XYZ16.4721.2725.79-
YUV119.32136.2899.24-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.57%
GREEN value IS 137 (53.91% from 255) = 39.14%
BLUE value IS 134 (52.73% from 255) = 38.29%
R=22.57%
G=39.14%
B=38.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal791371340.4200.020.46176.926.8542.35
Hex4F89862A022Eb11b2a
Octal1172112065202562613352
Binary100111110001001100001101010100101011101011000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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