#4D604F

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

Shades of Nandor #4D604F

Tints of Nandor #4D604F

Color information

#4D604F (or 0x4D604F) is unknown color: approx Nandor. HEX triplet: 4D, 60 and 4F. RGB value is (77,96,79). Sum of RGB (Red+Green+Blue) = 77+96+79=252 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.56% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 96 - color contains mainly: green. Hex color #4D604F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D604F is #B29FB0. Grayscale: #585858. Windows color (decimal): -11706289 or 5201997. OLE color: 5201997.

HSL color Cylindrical-coordinate representation of color #4D604F: hue angle of 126.32º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4D604F is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB779679-
CMYK0.2000.180.62
HSL126.32º10.98%33.92%-
HSV(B)126.32º19.79%37.65%-
XYZ8.6510.518.97-
YUV88.38122.71119.88-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.56%
GREEN value IS 96 (37.89% from 255) = 38.10%
BLUE value IS 79 (31.25% from 255) = 31.35%
R=30.56%
G=38.10%
B=31.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7796790.2000.180.62126.3210.9833.92
Hex4D604F140123E7eb22
Octal11514011724022761761342
Binary1001101110000010011111010001001011111011111101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,96,79); }

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

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

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

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

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

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

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