#4E654F

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

Shades of Nandor #4E654F

Tints of Nandor #4E654F

Color information

#4E654F (or 0x4E654F) is unknown color: approx Nandor. HEX triplet: 4E, 65 and 4F. RGB value is (78,101,79). Sum of RGB (Red+Green+Blue) = 78+101+79=258 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.23% from 258); Green value is 101 (39.84% from 255 or 39.15% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 101 - color contains mainly: green. Hex color #4E654F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E654F is #B19AB0. Grayscale: #5B5B5B. Windows color (decimal): -11639473 or 5203278. OLE color: 5203278.

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

Color convert

RGB7810179-
CMYK0.2300.220.60
HSL122.61º12.85%35.1%-
HSV(B)122.61º22.77%39.61%-
XYZ9.2111.499.13-
YUV91.62120.88118.29-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.23%
GREEN value IS 101 (39.84% from 255) = 39.15%
BLUE value IS 79 (31.25% from 255) = 30.62%
R=30.23%
G=39.15%
B=30.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal78101790.2300.220.60122.6112.8535.1
Hex4E654F170163C7bd23
Octal11614511727026741731543
Binary1001110110010110011111011101011011110011110111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E654F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,101,79); }

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

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

 a { background-color: rgb(78,101,79); }

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

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

 span { border-color: rgb(78,101,79); }

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