#4E9780

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

Shades of Lochinvar #4E9780

Tints of Lochinvar #4E9780

Color information

#4E9780 (or 0x4E9780) is unknown color: approx Lochinvar. HEX triplet: 4E, 97 and 80. RGB value is (78,151,128). Sum of RGB (Red+Green+Blue) = 78+151+128=357 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.85% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 151 - color contains mainly: green. Hex color #4E9780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9780 is #B1687F. Grayscale: #7E7E7E. Windows color (decimal): -11626624 or 8427342. OLE color: 8427342.

HSL color Cylindrical-coordinate representation of color #4E9780: hue angle of 161.1º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E9780 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB78151128-
CMYK0.4800.150.41
HSL161.1º31.88%44.9%-
HSV(B)161.1º48.34%59.22%-
XYZ18.125.3124.35-
YUV126.55128.8293.37-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.85%
GREEN value IS 151 (59.38% from 255) = 42.30%
BLUE value IS 128 (50.39% from 255) = 35.85%
R=21.85%
G=42.30%
B=35.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal781511280.4800.150.41161.131.8844.9
Hex4E9780300F29a1202d
Octal11622720060017512414055
Binary100111010010111100000001100000111110100110100001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,151,128); }

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

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

 a { background-color: rgb(78,151,128); }

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

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

 span { border-color: rgb(78,151,128); }

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