#4E8B87

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

Shades of Lochinvar #4E8B87

Tints of Lochinvar #4E8B87

Color information

#4E8B87 (or 0x4E8B87) is unknown color: approx Lochinvar. HEX triplet: 4E, 8B and 87. RGB value is (78,139,135). Sum of RGB (Red+Green+Blue) = 78+139+135=352 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.16% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 135 (53.12% from 255 or 38.35% from 352); Max value from RGB is 139 - color contains mainly: green. Hex color #4E8B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8B87 is #B17478. Grayscale: #787878. Windows color (decimal): -11629689 or 8883022. OLE color: 8883022.

HSL color Cylindrical-coordinate representation of color #4E8B87: hue angle of 176.07º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4E8B87 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB78139135-
CMYK0.4400.030.45
HSL176.07º28.11%42.55%-
HSV(B)176.07º43.88%54.51%-
XYZ16.7521.8326.25-
YUV120.3136.2997.83-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.16%
GREEN value IS 139 (54.69% from 255) = 39.49%
BLUE value IS 135 (53.12% from 255) = 38.35%
R=22.16%
G=39.49%
B=38.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal781391350.4400.030.45176.0728.1142.55
Hex4E8B872C032Db01c2b
Octal1162132075403552603453
Binary100111010001011100001111011000111011011011000011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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