#4F684D

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

Shades of Nandor #4F684D

Tints of Nandor #4F684D

Color information

#4F684D (or 0x4F684D) is unknown color: approx Nandor. HEX triplet: 4F, 68 and 4D. RGB value is (79,104,77). Sum of RGB (Red+Green+Blue) = 79+104+77=260 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.38% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 104 - color contains mainly: green. Hex color #4F684D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F684D is #B097B2. Grayscale: #5D5D5D. Windows color (decimal): -11573171 or 5072975. OLE color: 5072975.

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

Color convert

RGB7910477-
CMYK0.2400.260.59
HSL115.56º14.92%35.49%-
HSV(B)115.56º25.96%40.78%-
XYZ9.5112.18.86-
YUV93.45118.72117.7-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.38%
GREEN value IS 104 (41.02% from 255) = 40%
BLUE value IS 77 (30.47% from 255) = 29.62%
R=30.38%
G=40%
B=29.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal79104770.2400.260.59115.5614.9235.49
Hex4F684D1801A3B74f23
Octal11715011530032731641743
Binary1001111110100010011011100001101011101111101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F684D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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