#4E877C

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

Shades of Lochinvar #4E877C

Tints of Lochinvar #4E877C

Color information

#4E877C (or 0x4E877C) is unknown color: approx Lochinvar. HEX triplet: 4E, 87 and 7C. RGB value is (78,135,124). Sum of RGB (Red+Green+Blue) = 78+135+124=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 135 - color contains mainly: green. Hex color #4E877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E877C is #B17883. Grayscale: #747474. Windows color (decimal): -11630724 or 8161102. OLE color: 8161102.

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

Color convert

RGB78135124-
CMYK0.4200.080.47
HSL168.42º26.76%41.76%-
HSV(B)168.42º42.22%52.94%-
XYZ15.4420.422.19-
YUV116.7132.12100.39-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.15%
GREEN value IS 135 (53.12% from 255) = 40.06%
BLUE value IS 124 (48.83% from 255) = 36.80%
R=23.15%
G=40.06%
B=36.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal781351240.4200.080.47168.4226.7641.76
Hex4E877C2A082Fa81b2a
Octal11620717452010572503352
Binary1001110100001111111100101010010001011111010100011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,135,124); }

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

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

 a { background-color: rgb(78,135,124); }

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

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

 span { border-color: rgb(78,135,124); }

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