Shades of Jon #4D4042
Tints of Jon #4D4042
RGB
CMYK
RGB Variations
Color information
#4D4042 (or 0x4D4042) is known color: Jon. HEX triplet: 4D, 40 and 42. RGB value is (77,64,66). Sum of RGB (Red+Green+Blue) = 77+64+66=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4042 is #B2BFBD. Grayscale: #444444. Windows color (decimal): -11714494 or 4341837. OLE color: 4341837.
HSL color Cylindrical-coordinate representation of color #4D4042: hue angle of 350.77º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4D4042 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 64 | 66 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.70 |
| HSL | 350.77º | 0.09% | 0.28% | - |
| HSV(B) | 350.77º | 0.17% | 0.3% | - |
| XYZ | 5.88 | 5.64 | 5.93 | - |
| YUV | 68.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 64 | 66 | 0 | 0.17 | 0.14 | 0.70 | 350.77 | 0.09 | 0.28 |
| Hex | 4D | 40 | 42 | 0 | 11 | E | 46 | 15F | 9 | 1C |
| Octal | 115 | 100 | 102 | 0 | 21 | 16 | 106 | 537 | 11 | 34 |
| Binary | 1001101 | 1000000 | 1000010 | 0 | 10001 | 1110 | 1000110 | 101011111 | 1001 | 11100 |
Color Harmonies of #4D4042
Complementary color
Monochromatic Colors of #4D4042
Black with #4D4042
Text Example
Text Example
White with #4D4042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4042; }
p { color: rgb(77,64,66); }
H1.HeaderClassName
{
color: #4D4042;
}
.AnyTagClassName
{
color: #4D4042;
}
</style>
background-color css
<style>
a { background-color: #4D4042; }
a { background-color: rgb(77,64,66); }
div.DivClassName
{
background-color: #4D4042;
}
.BgClassName
{
background-color: #4D4042;
}
</style>
border-color css
<style>
span { border-color: #4D4042; }
span { border-color: rgb(77,64,66); }
td.TdClassName
{
border-color: #4D4042;
}
.TagClassName
{
border-color: #4D4042;
}
</style>