#4E554F

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

Shades of Nandor #4E554F

Tints of Nandor #4E554F

Color information

#4E554F (or 0x4E554F) is unknown color: approx Nandor. HEX triplet: 4E, 55 and 4F. RGB value is (78,85,79). Sum of RGB (Red+Green+Blue) = 78+85+79=242 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.23% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 85 - color contains mainly: green. Hex color #4E554F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E554F is #B1AAB0. Grayscale: #525252. Windows color (decimal): -11643569 or 5199182. OLE color: 5199182.

HSL color Cylindrical-coordinate representation of color #4E554F: hue angle of 128.57º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4E554F is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB788579-
CMYK0.0800.070.67
HSL128.57º4.29%31.96%-
HSV(B)128.57º8.24%33.33%-
XYZ7.88.688.66-
YUV82.22126.18124.99-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.23%
GREEN value IS 85 (33.59% from 255) = 35.12%
BLUE value IS 79 (31.25% from 255) = 32.64%
R=32.23%
G=35.12%
B=32.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7885790.0800.070.67128.574.2931.96
Hex4E554F8074381420
Octal1161251171007103201440
Binary10011101010101100111110000111100001110000001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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