#4E8A83

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

Shades of Lochinvar #4E8A83

Tints of Lochinvar #4E8A83

Color information

#4E8A83 (or 0x4E8A83) is unknown color: approx Lochinvar. HEX triplet: 4E, 8A and 83. RGB value is (78,138,131). Sum of RGB (Red+Green+Blue) = 78+138+131=347 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.48% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 138 - color contains mainly: green. Hex color #4E8A83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8A83 is #B1757C. Grayscale: #777777. Windows color (decimal): -11629949 or 8620622. OLE color: 8620622.

HSL color Cylindrical-coordinate representation of color #4E8A83: hue angle of 173º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E8A83 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB78138131-
CMYK0.4300.050.46
HSL173º27.78%42.35%-
HSV(B)173º43.48%54.12%-
XYZ16.3321.4424.75-
YUV119.26134.6298.57-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.48%
GREEN value IS 138 (54.30% from 255) = 39.77%
BLUE value IS 131 (51.56% from 255) = 37.75%
R=22.48%
G=39.77%
B=37.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal781381310.4300.050.4617327.7842.35
Hex4E8A832B052Ead1c2a
Octal1162122035305562553452
Binary1001110100010101000001110101101011011101010110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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