#4F6050

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

Shades of Nandor #4F6050

Tints of Nandor #4F6050

Color information

#4F6050 (or 0x4F6050) is unknown color: approx Nandor. HEX triplet: 4F, 60 and 50. RGB value is (79,96,80). Sum of RGB (Red+Green+Blue) = 79+96+80=255 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.98% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 96 - color contains mainly: green. Hex color #4F6050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6050 is #B09FAF. Grayscale: #595959. Windows color (decimal): -11575216 or 5267535. OLE color: 5267535.

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

Color convert

RGB799680-
CMYK0.1800.170.62
HSL123.53º9.71%34.31%-
HSV(B)123.53º17.71%37.65%-
XYZ8.8610.619.17-
YUV89.09122.87120.8-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.98%
GREEN value IS 96 (37.89% from 255) = 37.65%
BLUE value IS 80 (31.64% from 255) = 31.37%
R=30.98%
G=37.65%
B=31.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7996800.1800.170.62123.539.7134.31
Hex4F6050120113E7ca22
Octal11714012022021761741242
Binary1001111110000010100001001001000111111011111001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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