Shades of Jon #4E3F40
Tints of Jon #4E3F40
RGB
CMYK
RGB Variations
Color information
#4E3F40 (or 0x4E3F40) is known color: Jon. HEX triplet: 4E, 3F and 40. RGB value is (78,63,64). Sum of RGB (Red+Green+Blue) = 78+63+64=205 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.05% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3F40 is #B1C0BF. Grayscale: #434343. Windows color (decimal): -11649216 or 4210510. OLE color: 4210510.
HSL color Cylindrical-coordinate representation of color #4E3F40: hue angle of 356º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4E3F40 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 63 | 64 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.69 |
| HSL | 356º | 0.11% | 0.28% | - |
| HSV(B) | 356º | 0.19% | 0.31% | - |
| XYZ | 5.84 | 5.54 | 5.61 | - |
| YUV | 67.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 63 | 64 | 0 | 0.19 | 0.18 | 0.69 | 356 | 0.11 | 0.28 |
| Hex | 4E | 3F | 40 | 0 | 13 | 12 | 45 | 164 | B | 1C |
| Octal | 116 | 77 | 100 | 0 | 23 | 22 | 105 | 544 | 13 | 34 |
| Binary | 1001110 | 111111 | 1000000 | 0 | 10011 | 10010 | 1000101 | 101100100 | 1011 | 11100 |
Color Harmonies of #4E3F40
Complementary color
Monochromatic Colors of #4E3F40
Black with #4E3F40
Text Example
Text Example
White with #4E3F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3F40; }
p { color: rgb(78,63,64); }
H1.HeaderClassName
{
color: #4E3F40;
}
.AnyTagClassName
{
color: #4E3F40;
}
</style>
background-color css
<style>
a { background-color: #4E3F40; }
a { background-color: rgb(78,63,64); }
div.DivClassName
{
background-color: #4E3F40;
}
.BgClassName
{
background-color: #4E3F40;
}
</style>
border-color css
<style>
span { border-color: #4E3F40; }
span { border-color: rgb(78,63,64); }
td.TdClassName
{
border-color: #4E3F40;
}
.TagClassName
{
border-color: #4E3F40;
}
</style>