Shades of Nandor #4F584F
Tints of Nandor #4F584F
RGB
CMYK
RGB Variations
Color information
#4F584F (or 0x4F584F) is known color: Nandor. HEX triplet: 4F, 58 and 4F. RGB value is (79,88,79). Sum of RGB (Red+Green+Blue) = 79+88+79=246 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.11% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 88 - color contains mainly: green. Hex color #4F584F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F584F is #B0A7B0. Grayscale: #545454. Windows color (decimal): -11577265 or 5199951. OLE color: 5199951.
HSL color Cylindrical-coordinate representation of color #4F584F: hue angle of 120º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4F584F is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 88 | 79 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.65 |
| HSL | 120º | 0.05% | 0.33% | - |
| HSV(B) | 120º | 0.1% | 0.35% | - |
| XYZ | 8.13 | 9.21 | 8.75 | - |
| YUV | 84.28 | 125.02 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 88 | 79 | 0.10 | 0 | 0.10 | 0.65 | 120 | 0.05 | 0.33 |
| Hex | 4F | 58 | 4F | A | 0 | A | 41 | 78 | 5 | 21 |
| Octal | 117 | 130 | 117 | 12 | 0 | 12 | 101 | 170 | 5 | 41 |
| Binary | 1001111 | 1011000 | 1001111 | 1010 | 0 | 1010 | 1000001 | 1111000 | 101 | 100001 |
Color Harmonies of #4F584F
Complementary color
Monochromatic Colors of #4F584F
Black with #4F584F
Text Example
Text Example
White with #4F584F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F584F; }
p { color: rgb(79,88,79); }
H1.HeaderClassName
{
color: #4F584F;
}
.AnyTagClassName
{
color: #4F584F;
}
</style>
background-color css
<style>
a { background-color: #4F584F; }
a { background-color: rgb(79,88,79); }
div.DivClassName
{
background-color: #4F584F;
}
.BgClassName
{
background-color: #4F584F;
}
</style>
border-color css
<style>
span { border-color: #4F584F; }
span { border-color: rgb(79,88,79); }
td.TdClassName
{
border-color: #4F584F;
}
.TagClassName
{
border-color: #4F584F;
}
</style>