Shades of Nandor #4F6150
Tints of Nandor #4F6150
RGB
CMYK
RGB Variations
Color information
#4F6150 (or 0x4F6150) is known color: Nandor. HEX triplet: 4F, 61 and 50. RGB value is (79,97,80). Sum of RGB (Red+Green+Blue) = 79+97+80=256 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.86% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 97 - color contains mainly: green. Hex color #4F6150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6150 is #B09EAF. Grayscale: #595959. Windows color (decimal): -11574960 or 5267791. OLE color: 5267791.
HSL color Cylindrical-coordinate representation of color #4F6150: hue angle of 123.33º 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 #4F6150 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 97 | 80 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.62 |
| HSL | 123.33º | 0.1% | 0.35% | - |
| HSV(B) | 123.33º | 0.19% | 0.38% | - |
| XYZ | 8.95 | 10.79 | 9.2 | - |
| YUV | 89.68 | 122.54 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 97 | 80 | 0.19 | 0 | 0.18 | 0.62 | 123.33 | 0.1 | 0.35 |
| Hex | 4F | 61 | 50 | 13 | 0 | 12 | 3E | 7B | A | 23 |
| Octal | 117 | 141 | 120 | 23 | 0 | 22 | 76 | 173 | 12 | 43 |
| Binary | 1001111 | 1100001 | 1010000 | 10011 | 0 | 10010 | 111110 | 1111011 | 1010 | 100011 |
Color Harmonies of #4F6150
Complementary color
Monochromatic Colors of #4F6150
Black with #4F6150
Text Example
Text Example
White with #4F6150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6150; }
p { color: rgb(79,97,80); }
H1.HeaderClassName
{
color: #4F6150;
}
.AnyTagClassName
{
color: #4F6150;
}
</style>
background-color css
<style>
a { background-color: #4F6150; }
a { background-color: rgb(79,97,80); }
div.DivClassName
{
background-color: #4F6150;
}
.BgClassName
{
background-color: #4F6150;
}
</style>
border-color css
<style>
span { border-color: #4F6150; }
span { border-color: rgb(79,97,80); }
td.TdClassName
{
border-color: #4F6150;
}
.TagClassName
{
border-color: #4F6150;
}
</style>