#4E9079

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

Shades of Lochinvar #4E9079

Tints of Lochinvar #4E9079

Color information

#4E9079 (or 0x4E9079) is unknown color: approx Lochinvar. HEX triplet: 4E, 90 and 79. RGB value is (78,144,121). Sum of RGB (Red+Green+Blue) = 78+144+121=343 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.74% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 144 - color contains mainly: green. Hex color #4E9079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9079 is #B16F86. Grayscale: #797979. Windows color (decimal): -11628423 or 7966798. OLE color: 7966798.

HSL color Cylindrical-coordinate representation of color #4E9079: hue angle of 159.09º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E9079 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB78144121-
CMYK0.4600.160.44
HSL159.09º29.73%43.53%-
HSV(B)159.09º45.83%56.47%-
XYZ16.5722.9521.65-
YUV121.64127.6396.87-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.74%
GREEN value IS 144 (56.64% from 255) = 41.98%
BLUE value IS 121 (47.66% from 255) = 35.28%
R=22.74%
G=41.98%
B=35.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal781441210.4600.160.44159.0929.7343.53
Hex4E90792E0102C9f1e2c
Octal11622017156020542373654
Binary10011101001000011110011011100100001011001001111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,144,121); }

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

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

 a { background-color: rgb(78,144,121); }

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

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

 span { border-color: rgb(78,144,121); }

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