Shades of Jon #4E373C
Tints of Jon #4E373C
RGB
CMYK
RGB Variations
Color information
#4E373C (or 0x4E373C) is known color: Jon. HEX triplet: 4E, 37 and 3C. RGB value is (78,55,60). Sum of RGB (Red+Green+Blue) = 78+55+60=193 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.41% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 78 - color contains mainly: red. Hex color #4E373C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E373C is #B1C8C3. Grayscale: #3E3E3E. Windows color (decimal): -11651268 or 3946318. OLE color: 3946318.
HSL color Cylindrical-coordinate representation of color #4E373C: hue angle of 346.96º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4E373C is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 55 | 60 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.69 |
| HSL | 346.96º | 0.17% | 0.26% | - |
| HSV(B) | 346.96º | 0.29% | 0.31% | - |
| XYZ | 5.32 | 4.68 | 4.9 | - |
| YUV | 62.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 55 | 60 | 0 | 0.29 | 0.23 | 0.69 | 346.96 | 0.17 | 0.26 |
| Hex | 4E | 37 | 3C | 0 | 1D | 17 | 45 | 15B | 11 | 1A |
| Octal | 116 | 67 | 74 | 0 | 35 | 27 | 105 | 533 | 21 | 32 |
| Binary | 1001110 | 110111 | 111100 | 0 | 11101 | 10111 | 1000101 | 101011011 | 10001 | 11010 |
Color Harmonies of #4E373C
Complementary color
Monochromatic Colors of #4E373C
Black with #4E373C
Text Example
Text Example
White with #4E373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E373C; }
p { color: rgb(78,55,60); }
H1.HeaderClassName
{
color: #4E373C;
}
.AnyTagClassName
{
color: #4E373C;
}
</style>
background-color css
<style>
a { background-color: #4E373C; }
a { background-color: rgb(78,55,60); }
div.DivClassName
{
background-color: #4E373C;
}
.BgClassName
{
background-color: #4E373C;
}
</style>
border-color css
<style>
span { border-color: #4E373C; }
span { border-color: rgb(78,55,60); }
td.TdClassName
{
border-color: #4E373C;
}
.TagClassName
{
border-color: #4E373C;
}
</style>