#4E938A

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

Shades of Lochinvar #4E938A

Tints of Lochinvar #4E938A

Color information

#4E938A (or 0x4E938A) is unknown color: approx Lochinvar. HEX triplet: 4E, 93 and 8A. RGB value is (78,147,138). Sum of RGB (Red+Green+Blue) = 78+147+138=363 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.49% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 147 - color contains mainly: green. Hex color #4E938A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E938A is #B16C75. Grayscale: #7D7D7D. Windows color (decimal): -11627638 or 9081678. OLE color: 9081678.

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

Color convert

RGB78147138-
CMYK0.4700.060.42
HSL172.17º30.67%44.12%-
HSV(B)172.17º46.94%57.65%-
XYZ18.1624.3227.78-
YUV125.34135.1494.23-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.49%
GREEN value IS 147 (57.81% from 255) = 40.50%
BLUE value IS 138 (54.30% from 255) = 38.02%
R=21.49%
G=40.50%
B=38.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal781471380.4700.060.42172.1730.6744.12
Hex4E938A2F062Aac1f2c
Octal1162232125706522543754
Binary1001110100100111000101010111101101010101010110011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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