#4E684D

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

Shades of Nandor #4E684D

Tints of Nandor #4E684D

Color information

#4E684D (or 0x4E684D) is unknown color: approx Nandor. HEX triplet: 4E, 68 and 4D. RGB value is (78,104,77). Sum of RGB (Red+Green+Blue) = 78+104+77=259 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.12% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 104 - color contains mainly: green. Hex color #4E684D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E684D is #B197B2. Grayscale: #5D5D5D. Windows color (decimal): -11638707 or 5072974. OLE color: 5072974.

HSL color Cylindrical-coordinate representation of color #4E684D: hue angle of 117.78º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4E684D is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB7810477-
CMYK0.2500.260.59
HSL117.78º14.92%35.49%-
HSV(B)117.78º25.96%40.78%-
XYZ9.4312.068.85-
YUV93.15118.89117.2-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.12%
GREEN value IS 104 (41.02% from 255) = 40.15%
BLUE value IS 77 (30.47% from 255) = 29.73%
R=30.12%
G=40.15%
B=29.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal78104770.2500.260.59117.7814.9235.49
Hex4E684D1901A3B76f23
Octal11615011531032731661743
Binary1001110110100010011011100101101011101111101101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E684D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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