#4E8D89

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

Shades of Lochinvar #4E8D89

Tints of Lochinvar #4E8D89

Color information

#4E8D89 (or 0x4E8D89) is unknown color: approx Lochinvar. HEX triplet: 4E, 8D and 89. RGB value is (78,141,137). Sum of RGB (Red+Green+Blue) = 78+141+137=356 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.91% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 141 - color contains mainly: green. Hex color #4E8D89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8D89 is #B17276. Grayscale: #797979. Windows color (decimal): -11629175 or 9014606. OLE color: 9014606.

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

Color convert

RGB78141137-
CMYK0.4500.030.45
HSL176.19º28.77%42.94%-
HSV(B)176.19º44.68%55.29%-
XYZ17.1822.4827.1-
YUV121.71136.6396.83-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.91%
GREEN value IS 141 (55.47% from 255) = 39.61%
BLUE value IS 137 (53.91% from 255) = 38.48%
R=21.91%
G=39.61%
B=38.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal781411370.4500.030.45176.1928.7742.94
Hex4E8D892D032Db01d2b
Octal1162152115503552603553
Binary100111010001101100010011011010111011011011000011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,141,137); }

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

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

 a { background-color: rgb(78,141,137); }

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

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

 span { border-color: rgb(78,141,137); }

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