#4C907C

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

Shades of Lochinvar #4C907C

Tints of Lochinvar #4C907C

Color information

#4C907C (or 0x4C907C) is unknown color: approx Lochinvar. HEX triplet: 4C, 90 and 7C. RGB value is (76,144,124). Sum of RGB (Red+Green+Blue) = 76+144+124=344 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.09% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 144 - color contains mainly: green. Hex color #4C907C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C907C is #B36F83. Grayscale: #797979. Windows color (decimal): -11759492 or 8163404. OLE color: 8163404.

HSL color Cylindrical-coordinate representation of color #4C907C: hue angle of 162.35º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C907C is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB76144124-
CMYK0.4700.140.44
HSL162.35º30.91%43.14%-
HSV(B)162.35º47.22%56.47%-
XYZ16.5922.9422.62-
YUV121.39129.4795.63-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.09%
GREEN value IS 144 (56.64% from 255) = 41.86%
BLUE value IS 124 (48.83% from 255) = 36.05%
R=22.09%
G=41.86%
B=36.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal761441240.4700.140.44162.3530.9143.14
Hex4C907C2F0E2Ca21f2b
Octal11422017457016542423753
Binary1001100100100001111100101111011101011001010001011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C907C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,144,124); }

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

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

 a { background-color: rgb(76,144,124); }

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

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

 span { border-color: rgb(76,144,124); }

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