#4C8980

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

Shades of Lochinvar #4C8980

Tints of Lochinvar #4C8980

Color information

#4C8980 (or 0x4C8980) is unknown color: approx Lochinvar. HEX triplet: 4C, 89 and 80. RGB value is (76,137,128). Sum of RGB (Red+Green+Blue) = 76+137+128=341 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.29% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 137 - color contains mainly: green. Hex color #4C8980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C8980 is #B3767F. Grayscale: #757575. Windows color (decimal): -11761280 or 8423756. OLE color: 8423756.

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

Color convert

RGB76137128-
CMYK0.4500.070.46
HSL171.15º28.64%41.76%-
HSV(B)171.15º44.53%53.73%-
XYZ15.8220.9923.64-
YUV117.74133.7998.23-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.29%
GREEN value IS 137 (53.91% from 255) = 40.18%
BLUE value IS 128 (50.39% from 255) = 37.54%
R=22.29%
G=40.18%
B=37.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal761371280.4500.070.46171.1528.6441.76
Hex4C89802D072Eab1d2a
Octal1142112005507562533552
Binary1001100100010011000000010110101111011101010101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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