#4D4E50

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

Shades of Tuna #4D4E50

Tints of Tuna #4D4E50

Color information

#4D4E50 (or 0x4D4E50) is unknown color: approx Tuna. HEX triplet: 4D, 4E and 50. RGB value is (77,78,80). Sum of RGB (Red+Green+Blue) = 77+78+80=235 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.77% from 235); Green value is 78 (30.86% from 255 or 33.19% 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 #4D4E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D4E50 is #B2B1AF. Grayscale: #4D4D4D. Windows color (decimal): -11710896 or 5262925. OLE color: 5262925.

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

Color convert

RGB777880-
CMYK0.040.0200.69
HSL220º1.91%30.78%-
HSV(B)220º3.75%31.37%-
XYZ7.237.618.68-
YUV77.93129.17127.34-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.77%
GREEN value IS 78 (30.86% from 255) = 33.19%
BLUE value IS 80 (31.64% from 255) = 34.04%
R=32.77%
G=33.19%
B=34.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7778800.040.0200.692201.9130.78
Hex4D4E5042045dc21f
Octal115116120420105334237
Binary1001101100111010100001001001000101110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,78,80); }

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

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

 a { background-color: rgb(77,78,80); }

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

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

 span { border-color: rgb(77,78,80); }

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