#4C978C

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

Shades of Lochinvar #4C978C

Tints of Lochinvar #4C978C

Color information

#4C978C (or 0x4C978C) is unknown color: approx Lochinvar. HEX triplet: 4C, 97 and 8C. RGB value is (76,151,140). Sum of RGB (Red+Green+Blue) = 76+151+140=367 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.71% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 151 - color contains mainly: green. Hex color #4C978C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C978C is #B36873. Grayscale: #7F7F7F. Windows color (decimal): -11757684 or 9213772. OLE color: 9213772.

HSL color Cylindrical-coordinate representation of color #4C978C: hue angle of 171.2º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C978C is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB76151140-
CMYK0.5000.070.41
HSL171.2º33.04%44.51%-
HSV(B)171.2º49.67%59.22%-
XYZ18.7825.5628.76-
YUV127.32135.1591.39-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.71%
GREEN value IS 151 (59.38% from 255) = 41.14%
BLUE value IS 140 (55.08% from 255) = 38.15%
R=20.71%
G=41.14%
B=38.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal761511400.5000.070.41171.233.0444.51
Hex4C978C320729ab212d
Octal1142272146207512534155
Binary10011001001011110001100110010011110100110101011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C978C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,151,140); }

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

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

 a { background-color: rgb(76,151,140); }

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

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

 span { border-color: rgb(76,151,140); }

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