#4F604E

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

Shades of Nandor #4F604E

Tints of Nandor #4F604E

Color information

#4F604E (or 0x4F604E) is unknown color: approx Nandor. HEX triplet: 4F, 60 and 4E. RGB value is (79,96,78). Sum of RGB (Red+Green+Blue) = 79+96+78=253 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.23% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 96 - color contains mainly: green. Hex color #4F604E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F604E is #B09FB1. Grayscale: #585858. Windows color (decimal): -11575218 or 5136463. OLE color: 5136463.

HSL color Cylindrical-coordinate representation of color #4F604E: hue angle of 116.67º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4F604E is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB799678-
CMYK0.1800.190.62
HSL116.67º10.34%34.12%-
HSV(B)116.67º18.75%37.65%-
XYZ8.7810.588.79-
YUV88.86121.87120.96-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.23%
GREEN value IS 96 (37.89% from 255) = 37.94%
BLUE value IS 78 (30.86% from 255) = 30.83%
R=31.23%
G=37.94%
B=30.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7996780.1800.190.62116.6710.3434.12
Hex4F604E120133E75a22
Octal11714011622023761651242
Binary1001111110000010011101001001001111111011101011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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