#4E968D

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

Shades of Lochinvar #4E968D

Tints of Lochinvar #4E968D

Color information

#4E968D (or 0x4E968D) is unknown color: approx Lochinvar. HEX triplet: 4E, 96 and 8D. RGB value is (78,150,141). Sum of RGB (Red+Green+Blue) = 78+150+141=369 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.14% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 150 - color contains mainly: green. Hex color #4E968D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E968D is #B16972. Grayscale: #7F7F7F. Windows color (decimal): -11626867 or 9279054. OLE color: 9279054.

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

Color convert

RGB78150141-
CMYK0.4800.060.41
HSL172.5º31.58%44.71%-
HSV(B)172.5º48%58.82%-
XYZ18.8625.3629.1-
YUV127.45135.6592.73-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.14%
GREEN value IS 150 (58.98% from 255) = 40.65%
BLUE value IS 141 (55.47% from 255) = 38.21%
R=21.14%
G=40.65%
B=38.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal781501410.4800.060.41172.531.5844.71
Hex4E968D300629ac202d
Octal1162262156006512544055
Binary10011101001011010001101110000011010100110101100100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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