#4E938B

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

Shades of Lochinvar #4E938B

Tints of Lochinvar #4E938B

Color information

#4E938B (or 0x4E938B) is unknown color: approx Lochinvar. HEX triplet: 4E, 93 and 8B. RGB value is (78,147,139). Sum of RGB (Red+Green+Blue) = 78+147+139=364 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.43% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 147 - color contains mainly: green. Hex color #4E938B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E938B is #B16C74. Grayscale: #7D7D7D. Windows color (decimal): -11627637 or 9147214. OLE color: 9147214.

HSL color Cylindrical-coordinate representation of color #4E938B: hue angle of 173.04º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E938B is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB78147139-
CMYK0.4700.050.42
HSL173.04º30.67%44.12%-
HSV(B)173.04º46.94%57.65%-
XYZ18.2424.3528.17-
YUV125.46135.6494.15-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.43%
GREEN value IS 147 (57.81% from 255) = 40.38%
BLUE value IS 139 (54.69% from 255) = 38.19%
R=21.43%
G=40.38%
B=38.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal781471390.4700.050.42173.0430.6744.12
Hex4E938B2F052Aad1f2c
Octal1162232135705522553754
Binary1001110100100111000101110111101011010101010110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,147,139); }

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

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

 a { background-color: rgb(78,147,139); }

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

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

 span { border-color: rgb(78,147,139); }

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