#4F6151

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

Shades of Nandor #4F6151

Tints of Nandor #4F6151

Color information

#4F6151 (or 0x4F6151) is unknown color: approx Nandor. HEX triplet: 4F, 61 and 51. RGB value is (79,97,81). Sum of RGB (Red+Green+Blue) = 79+97+81=257 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.74% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 97 - color contains mainly: green. Hex color #4F6151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6151 is #B09EAE. Grayscale: #595959. Windows color (decimal): -11574959 or 5333327. OLE color: 5333327.

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

Color convert

RGB799781-
CMYK0.1900.160.62
HSL126.67º10.23%34.51%-
HSV(B)126.67º18.56%38.04%-
XYZ8.9810.819.4-
YUV89.79123.04120.3-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.74%
GREEN value IS 97 (38.28% from 255) = 37.74%
BLUE value IS 81 (32.03% from 255) = 31.52%
R=30.74%
G=37.74%
B=31.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7997810.1900.160.62126.6710.2334.51
Hex4F6151130103E7fa23
Octal11714112123020761771243
Binary1001111110000110100011001101000011111011111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,97,81); }

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

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

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

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

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

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

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