#4F574E

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

Shades of Nandor #4F574E

Tints of Nandor #4F574E

Color information

#4F574E (or 0x4F574E) is unknown color: approx Nandor. HEX triplet: 4F, 57 and 4E. RGB value is (79,87,78). Sum of RGB (Red+Green+Blue) = 79+87+78=244 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.38% from 244); Green value is 87 (34.38% from 255 or 35.66% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 87 - color contains mainly: green. Hex color #4F574E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F574E is #B0A8B1. Grayscale: #535353. Windows color (decimal): -11577522 or 5134159. OLE color: 5134159.

HSL color Cylindrical-coordinate representation of color #4F574E: hue angle of 113.33º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4F574E is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB798778-
CMYK0.0900.100.66
HSL113.33º5.45%32.35%-
HSV(B)113.33º10.34%34.12%-
XYZ8.019.038.53-
YUV83.58124.85124.73-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.38%
GREEN value IS 87 (34.38% from 255) = 35.66%
BLUE value IS 78 (30.86% from 255) = 31.97%
R=32.38%
G=35.66%
B=31.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7987780.0900.100.66113.335.4532.35
Hex4F574E90A4271520
Octal11712711611012102161540
Binary10011111010111100111010010101010000101110001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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