#4F8F87

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

Shades of Lochinvar #4F8F87

Tints of Lochinvar #4F8F87

Color information

#4F8F87 (or 0x4F8F87) is unknown color: approx Lochinvar. HEX triplet: 4F, 8F and 87. RGB value is (79,143,135). Sum of RGB (Red+Green+Blue) = 79+143+135=357 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.13% from 357); Green value is 143 (56.25% from 255 or 40.06% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 143 - color contains mainly: green. Hex color #4F8F87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8F87 is #B07078. Grayscale: #7A7A7A. Windows color (decimal): -11563129 or 8884047. OLE color: 8884047.

HSL color Cylindrical-coordinate representation of color #4F8F87: hue angle of 172.5º 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 #4F8F87 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB79143135-
CMYK0.4500.060.44
HSL172.5º28.83%43.53%-
HSV(B)172.5º44.76%56.08%-
XYZ17.4223.0626.45-
YUV122.95134.896.65-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.13%
GREEN value IS 143 (56.25% from 255) = 40.06%
BLUE value IS 135 (53.12% from 255) = 37.82%
R=22.13%
G=40.06%
B=37.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal791431350.4500.060.44172.528.8343.53
Hex4F8F872D062Cac1d2c
Octal1172172075506542543554
Binary1001111100011111000011110110101101011001010110011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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