#4E968F

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

Shades of Lochinvar #4E968F

Tints of Lochinvar #4E968F

Color information

#4E968F (or 0x4E968F) is unknown color: approx Lochinvar. HEX triplet: 4E, 96 and 8F. RGB value is (78,150,143). Sum of RGB (Red+Green+Blue) = 78+150+143=371 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.02% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 150 - color contains mainly: green. Hex color #4E968F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E968F is #B16970. Grayscale: #7F7F7F. Windows color (decimal): -11626865 or 9410126. OLE color: 9410126.

HSL color Cylindrical-coordinate representation of color #4E968F: hue angle of 174.17º 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 #4E968F is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB78150143-
CMYK0.4800.050.41
HSL174.17º31.58%44.71%-
HSV(B)174.17º48%58.82%-
XYZ19.0125.4229.89-
YUV127.67136.6592.57-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.02%
GREEN value IS 150 (58.98% from 255) = 40.43%
BLUE value IS 143 (56.25% from 255) = 38.54%
R=21.02%
G=40.43%
B=38.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal781501430.4800.050.41174.1731.5844.71
Hex4E968F300529ae202d
Octal1162262176005512564055
Binary10011101001011010001111110000010110100110101110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,150,143); }

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

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

 a { background-color: rgb(78,150,143); }

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

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

 span { border-color: rgb(78,150,143); }

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