#4E624F

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

Shades of Nandor #4E624F

Tints of Nandor #4E624F

Color information

#4E624F (or 0x4E624F) is unknown color: approx Nandor. HEX triplet: 4E, 62 and 4F. RGB value is (78,98,79). Sum of RGB (Red+Green+Blue) = 78+98+79=255 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.59% from 255); Green value is 98 (38.67% from 255 or 38.43% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 98 - color contains mainly: green. Hex color #4E624F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E624F is #B19DB0. Grayscale: #595959. Windows color (decimal): -11640241 or 5202510. OLE color: 5202510.

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

Color convert

RGB789879-
CMYK0.2000.190.62
HSL123º11.36%34.51%-
HSV(B)123º20.41%38.43%-
XYZ8.9210.929.03-
YUV89.85121.87119.54-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.59%
GREEN value IS 98 (38.67% from 255) = 38.43%
BLUE value IS 79 (31.25% from 255) = 30.98%
R=30.59%
G=38.43%
B=30.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7898790.2000.190.6212311.3634.51
Hex4E624F140133E7bb23
Octal11614211724023761731343
Binary1001110110001010011111010001001111111011110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E624F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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