#4E887D

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

Shades of Lochinvar #4E887D

Tints of Lochinvar #4E887D

Color information

#4E887D (or 0x4E887D) is unknown color: approx Lochinvar. HEX triplet: 4E, 88 and 7D. RGB value is (78,136,125). Sum of RGB (Red+Green+Blue) = 78+136+125=339 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.01% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 136 - color contains mainly: green. Hex color #4E887D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E887D is #B17782. Grayscale: #757575. Windows color (decimal): -11630467 or 8226894. OLE color: 8226894.

HSL color Cylindrical-coordinate representation of color #4E887D: hue angle of 168.62º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E887D is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB78136125-
CMYK0.4300.080.47
HSL168.62º27.1%41.96%-
HSV(B)168.62º42.65%53.33%-
XYZ15.6520.7122.57-
YUV117.4132.2899.89-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.01%
GREEN value IS 136 (53.52% from 255) = 40.12%
BLUE value IS 125 (49.22% from 255) = 36.87%
R=23.01%
G=40.12%
B=36.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal781361250.4300.080.47168.6227.141.96
Hex4E887D2B082Fa91b2a
Octal11621017553010572513352
Binary1001110100010001111101101011010001011111010100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,136,125); }

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

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

 a { background-color: rgb(78,136,125); }

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

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

 span { border-color: rgb(78,136,125); }

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