#4D504D

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

Shades of Nandor #4D504D

Tints of Nandor #4D504D

Color information

#4D504D (or 0x4D504D) is unknown color: approx Nandor. HEX triplet: 4D, 50 and 4D. RGB value is (77,80,77). Sum of RGB (Red+Green+Blue) = 77+80+77=234 (30% of max value = 765). Red value is 77 (30.47% from 255 or 32.91% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 80 - color contains mainly: green. Hex color #4D504D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D504D is #B2AFB2. Grayscale: #4E4E4E. Windows color (decimal): -11710387 or 5066829. OLE color: 5066829.

HSL color Cylindrical-coordinate representation of color #4D504D: hue angle of 120º 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 #4D504D is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB778077-
CMYK0.0400.040.69
HSL120º1.91%30.78%-
HSV(B)120º3.75%31.37%-
XYZ7.277.858.15-
YUV78.76127.01126.74-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.91%
GREEN value IS 80 (31.64% from 255) = 34.19%
BLUE value IS 77 (30.47% from 255) = 32.91%
R=32.91%
G=34.19%
B=32.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7780770.0400.040.691201.9130.78
Hex4D504D404457821f
Octal115120115404105170237
Binary1001101101000010011011000100100010111110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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