#4E634F

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

Shades of Nandor #4E634F

Tints of Nandor #4E634F

Color information

#4E634F (or 0x4E634F) is unknown color: approx Nandor. HEX triplet: 4E, 63 and 4F. RGB value is (78,99,79). Sum of RGB (Red+Green+Blue) = 78+99+79=256 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.47% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 99 - color contains mainly: green. Hex color #4E634F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E634F is #B19CB0. Grayscale: #5A5A5A. Windows color (decimal): -11639985 or 5202766. OLE color: 5202766.

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

Color convert

RGB789979-
CMYK0.2100.200.61
HSL122.86º11.86%34.71%-
HSV(B)122.86º21.21%38.82%-
XYZ9.0211.119.07-
YUV90.44121.54119.13-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.47%
GREEN value IS 99 (39.06% from 255) = 38.67%
BLUE value IS 79 (31.25% from 255) = 30.86%
R=30.47%
G=38.67%
B=30.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7899790.2100.200.61122.8611.8634.71
Hex4E634F150143D7bc23
Octal11614311725024751731443
Binary1001110110001110011111010101010011110111110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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