#4F887E

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

Shades of Lochinvar #4F887E

Tints of Lochinvar #4F887E

Color information

#4F887E (or 0x4F887E) is unknown color: approx Lochinvar. HEX triplet: 4F, 88 and 7E. RGB value is (79,136,126). Sum of RGB (Red+Green+Blue) = 79+136+126=341 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.17% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 136 - color contains mainly: green. Hex color #4F887E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F887E is #B07781. Grayscale: #757575. Windows color (decimal): -11564930 or 8292431. OLE color: 8292431.

HSL color Cylindrical-coordinate representation of color #4F887E: hue angle of 169.47º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F887E is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB79136126-
CMYK0.4200.070.47
HSL169.47º26.51%42.16%-
HSV(B)169.47º41.91%53.33%-
XYZ15.7920.7822.92-
YUV117.82132.62100.31-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.17%
GREEN value IS 136 (53.52% from 255) = 39.88%
BLUE value IS 126 (49.61% from 255) = 36.95%
R=23.17%
G=39.88%
B=36.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal791361260.4200.070.47169.4726.5142.16
Hex4F887E2A072Fa91b2a
Octal1172101765207572513352
Binary100111110001000111111010101001111011111010100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,136,126); }

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

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

 a { background-color: rgb(79,136,126); }

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

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

 span { border-color: rgb(79,136,126); }

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