#4C4F50

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

Shades of Trout #4C4F50

Tints of Trout #4C4F50

Color information

#4C4F50 (or 0x4C4F50) is unknown color: approx Trout. HEX triplet: 4C, 4F and 50. RGB value is (76,79,80). Sum of RGB (Red+Green+Blue) = 76+79+80=235 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.34% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 80 - color contains mainly: blue. Hex color #4C4F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C4F50 is #B3B0AF. Grayscale: #4E4E4E. Windows color (decimal): -11776176 or 5263180. OLE color: 5263180.

HSL color Cylindrical-coordinate representation of color #4C4F50: hue angle of 195º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #4C4F50 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB767980-
CMYK0.050.0100.69
HSL195º2.56%30.59%-
HSV(B)195º5%31.37%-
XYZ7.227.718.7-
YUV78.22129.01126.42-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.34%
GREEN value IS 79 (31.25% from 255) = 33.62%
BLUE value IS 80 (31.64% from 255) = 34.04%
R=32.34%
G=33.62%
B=34.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7679800.050.0100.691952.5630.59
Hex4C4F5051045c331f
Octal114117120510105303337
Binary100110010011111010000101101000101110000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,79,80); }

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

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

 a { background-color: rgb(76,79,80); }

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

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

 span { border-color: rgb(76,79,80); }

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