#4F564F

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

Shades of Nandor #4F564F

Tints of Nandor #4F564F

Color information

#4F564F (or 0x4F564F) is unknown color: approx Nandor. HEX triplet: 4F, 56 and 4F. RGB value is (79,86,79). Sum of RGB (Red+Green+Blue) = 79+86+79=244 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.38% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 86 - color contains mainly: green. Hex color #4F564F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F564F is #B0A9B0. Grayscale: #535353. Windows color (decimal): -11577777 or 5199439. OLE color: 5199439.

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

Color convert

RGB798679-
CMYK0.0800.080.66
HSL120º4.24%32.35%-
HSV(B)120º8.14%33.73%-
XYZ7.968.888.69-
YUV83.11125.68125.07-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.38%
GREEN value IS 86 (33.98% from 255) = 35.25%
BLUE value IS 79 (31.25% from 255) = 32.38%
R=32.38%
G=35.25%
B=32.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7986790.0800.080.661204.2432.35
Hex4F564F8084278420
Octal11712611710010102170440
Binary10011111010110100111110000100010000101111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,86,79); }

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

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

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

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

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

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

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