#4F684E

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

Shades of Nandor #4F684E

Tints of Nandor #4F684E

Color information

#4F684E (or 0x4F684E) is unknown color: approx Nandor. HEX triplet: 4F, 68 and 4E. RGB value is (79,104,78). Sum of RGB (Red+Green+Blue) = 79+104+78=261 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.27% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 104 - color contains mainly: green. Hex color #4F684E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F684E is #B097B1. Grayscale: #5D5D5D. Windows color (decimal): -11573170 or 5138511. OLE color: 5138511.

HSL color Cylindrical-coordinate representation of color #4F684E: hue angle of 117.69º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4F684E is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB7910478-
CMYK0.2400.250.59
HSL117.69º14.29%35.69%-
HSV(B)117.69º25%40.78%-
XYZ9.5512.119.04-
YUV93.56119.22117.61-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.27%
GREEN value IS 104 (41.02% from 255) = 39.85%
BLUE value IS 78 (30.86% from 255) = 29.89%
R=30.27%
G=39.85%
B=29.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal79104780.2400.250.59117.6914.2935.69
Hex4F684E180193B76e24
Octal11715011630031731661644
Binary1001111110100010011101100001100111101111101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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