#4C8780

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

Shades of Lochinvar #4C8780

Tints of Lochinvar #4C8780

Color information

#4C8780 (or 0x4C8780) is unknown color: approx Lochinvar. HEX triplet: 4C, 87 and 80. RGB value is (76,135,128). Sum of RGB (Red+Green+Blue) = 76+135+128=339 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.42% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 135 - color contains mainly: green. Hex color #4C8780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C8780 is #B3787F. Grayscale: #747474. Windows color (decimal): -11761792 or 8423244. OLE color: 8423244.

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

Color convert

RGB76135128-
CMYK0.4400.050.47
HSL172.88º27.96%41.37%-
HSV(B)172.88º43.7%52.94%-
XYZ15.5420.4223.55-
YUV116.56134.4599.07-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.42%
GREEN value IS 135 (53.12% from 255) = 39.82%
BLUE value IS 128 (50.39% from 255) = 37.76%
R=22.42%
G=39.82%
B=37.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal761351280.4400.050.47172.8827.9641.37
Hex4C87802C052Fad1c29
Octal1142072005405572553451
Binary1001100100001111000000010110001011011111010110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,135,128); }

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

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

 a { background-color: rgb(76,135,128); }

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

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

 span { border-color: rgb(76,135,128); }

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