Shades of Jon #4E393C
Tints of Jon #4E393C
RGB
CMYK
RGB Variations
Color information
#4E393C (or 0x4E393C) is known color: Jon. HEX triplet: 4E, 39 and 3C. RGB value is (78,57,60). Sum of RGB (Red+Green+Blue) = 78+57+60=195 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 78 - color contains mainly: red. Hex color #4E393C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E393C is #B1C6C3. Grayscale: #3F3F3F. Windows color (decimal): -11650756 or 3946830. OLE color: 3946830.
HSL color Cylindrical-coordinate representation of color #4E393C: hue angle of 351.43º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4E393C is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 57 | 60 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.69 |
| HSL | 351.43º | 0.16% | 0.26% | - |
| HSV(B) | 351.43º | 0.27% | 0.31% | - |
| XYZ | 5.42 | 4.87 | 4.93 | - |
| YUV | 63.62 | 125.96 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 57 | 60 | 0 | 0.27 | 0.23 | 0.69 | 351.43 | 0.16 | 0.26 |
| Hex | 4E | 39 | 3C | 0 | 1B | 17 | 45 | 15F | 10 | 1A |
| Octal | 116 | 71 | 74 | 0 | 33 | 27 | 105 | 537 | 20 | 32 |
| Binary | 1001110 | 111001 | 111100 | 0 | 11011 | 10111 | 1000101 | 101011111 | 10000 | 11010 |
Color Harmonies of #4E393C
Complementary color
Monochromatic Colors of #4E393C
Black with #4E393C
Text Example
Text Example
White with #4E393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E393C; }
p { color: rgb(78,57,60); }
H1.HeaderClassName
{
color: #4E393C;
}
.AnyTagClassName
{
color: #4E393C;
}
</style>
background-color css
<style>
a { background-color: #4E393C; }
a { background-color: rgb(78,57,60); }
div.DivClassName
{
background-color: #4E393C;
}
.BgClassName
{
background-color: #4E393C;
}
</style>
border-color css
<style>
span { border-color: #4E393C; }
span { border-color: rgb(78,57,60); }
td.TdClassName
{
border-color: #4E393C;
}
.TagClassName
{
border-color: #4E393C;
}
</style>