Shades of Jon #4F3F40
Tints of Jon #4F3F40
RGB
CMYK
RGB Variations
Color information
#4F3F40 (or 0x4F3F40) is known color: Jon. HEX triplet: 4F, 3F and 40. RGB value is (79,63,64). Sum of RGB (Red+Green+Blue) = 79+63+64=206 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.35% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3F40 is #B0C0BF. Grayscale: #434343. Windows color (decimal): -11583680 or 4210511. OLE color: 4210511.
HSL color Cylindrical-coordinate representation of color #4F3F40: hue angle of 356.25º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4F3F40 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 63 | 64 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.69 |
| HSL | 356.25º | 0.11% | 0.28% | - |
| HSV(B) | 356.25º | 0.2% | 0.31% | - |
| XYZ | 5.93 | 5.59 | 5.62 | - |
| YUV | 67.9 | 125.8 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 63 | 64 | 0 | 0.20 | 0.19 | 0.69 | 356.25 | 0.11 | 0.28 |
| Hex | 4F | 3F | 40 | 0 | 14 | 13 | 45 | 164 | B | 1C |
| Octal | 117 | 77 | 100 | 0 | 24 | 23 | 105 | 544 | 13 | 34 |
| Binary | 1001111 | 111111 | 1000000 | 0 | 10100 | 10011 | 1000101 | 101100100 | 1011 | 11100 |
Color Harmonies of #4F3F40
Complementary color
Monochromatic Colors of #4F3F40
Black with #4F3F40
Text Example
Text Example
White with #4F3F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3F40; }
p { color: rgb(79,63,64); }
H1.HeaderClassName
{
color: #4F3F40;
}
.AnyTagClassName
{
color: #4F3F40;
}
</style>
background-color css
<style>
a { background-color: #4F3F40; }
a { background-color: rgb(79,63,64); }
div.DivClassName
{
background-color: #4F3F40;
}
.BgClassName
{
background-color: #4F3F40;
}
</style>
border-color css
<style>
span { border-color: #4F3F40; }
span { border-color: rgb(79,63,64); }
td.TdClassName
{
border-color: #4F3F40;
}
.TagClassName
{
border-color: #4F3F40;
}
</style>