#4E634D

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

Shades of Nandor #4E634D

Tints of Nandor #4E634D

Color information

#4E634D (or 0x4E634D) is unknown color: approx Nandor. HEX triplet: 4E, 63 and 4D. RGB value is (78,99,77). Sum of RGB (Red+Green+Blue) = 78+99+77=254 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.71% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 99 - color contains mainly: green. Hex color #4E634D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E634D is #B19CB2. Grayscale: #5A5A5A. Windows color (decimal): -11639987 or 5071694. OLE color: 5071694.

HSL color Cylindrical-coordinate representation of color #4E634D: hue angle of 117.27º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4E634D is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB789977-
CMYK0.2100.220.61
HSL117.27º12.5%34.51%-
HSV(B)117.27º22.22%38.82%-
XYZ8.9411.088.69-
YUV90.21120.54119.29-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.71%
GREEN value IS 99 (39.06% from 255) = 38.98%
BLUE value IS 77 (30.47% from 255) = 30.31%
R=30.71%
G=38.98%
B=30.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7899770.2100.220.61117.2712.534.51
Hex4E634D150163D75d23
Octal11614311525026751651543
Binary1001110110001110011011010101011011110111101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E634D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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