#4D877C

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

Shades of Lochinvar #4D877C

Tints of Lochinvar #4D877C

Color information

#4D877C (or 0x4D877C) is unknown color: approx Lochinvar. HEX triplet: 4D, 87 and 7C. RGB value is (77,135,124). Sum of RGB (Red+Green+Blue) = 77+135+124=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 135 - color contains mainly: green. Hex color #4D877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D877C is #B27883. Grayscale: #747474. Windows color (decimal): -11696260 or 8161101. OLE color: 8161101.

HSL color Cylindrical-coordinate representation of color #4D877C: 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 #4D877C is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB77135124-
CMYK0.4300.080.47
HSL168.62º27.36%41.57%-
HSV(B)168.62º42.96%52.94%-
XYZ15.3620.3622.19-
YUV116.4132.2899.89-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.92%
GREEN value IS 135 (53.12% from 255) = 40.18%
BLUE value IS 124 (48.83% from 255) = 36.90%
R=22.92%
G=40.18%
B=36.90%

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
Decimal771351240.4300.080.47168.6227.3641.57
Hex4D877C2B082Fa91b2a
Octal11520717453010572513352
Binary1001101100001111111100101011010001011111010100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,135,124); }

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

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

 a { background-color: rgb(77,135,124); }

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

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

 span { border-color: rgb(77,135,124); }

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