#4E887F

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

Shades of Lochinvar #4E887F

Tints of Lochinvar #4E887F

Color information

#4E887F (or 0x4E887F) is unknown color: approx Lochinvar. HEX triplet: 4E, 88 and 7F. RGB value is (78,136,127). Sum of RGB (Red+Green+Blue) = 78+136+127=341 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.87% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 136 - color contains mainly: green. Hex color #4E887F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E887F is #B17780. Grayscale: #757575. Windows color (decimal): -11630465 or 8357966. OLE color: 8357966.

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

Color convert

RGB78136127-
CMYK0.4300.070.47
HSL170.69º27.1%41.96%-
HSV(B)170.69º42.65%53.33%-
XYZ15.7820.7623.25-
YUV117.63133.2899.73-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.87%
GREEN value IS 136 (53.52% from 255) = 39.88%
BLUE value IS 127 (50% from 255) = 37.24%
R=22.87%
G=39.88%
B=37.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal781361270.4300.070.47170.6927.141.96
Hex4E887F2B072Fab1b2a
Octal1162101775307572533352
Binary100111010001000111111110101101111011111010101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E887F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,136,127); }

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

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

 a { background-color: rgb(78,136,127); }

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

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

 span { border-color: rgb(78,136,127); }

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