Shades of Jon #4D4043
Tints of Jon #4D4043
RGB
CMYK
RGB Variations
Color information
#4D4043 (or 0x4D4043) is known color: Jon. HEX triplet: 4D, 40 and 43. RGB value is (77,64,67). Sum of RGB (Red+Green+Blue) = 77+64+67=208 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.02% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 67 (26.56% from 255 or 32.21% from 208); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4043 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4043 is #B2BFBC. Grayscale: #444444. Windows color (decimal): -11714493 or 4407373. OLE color: 4407373.
HSL color Cylindrical-coordinate representation of color #4D4043: hue angle of 346.15º 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 #4D4043 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 64 | 67 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.70 |
| HSL | 346.15º | 0.09% | 0.28% | - |
| HSV(B) | 346.15º | 0.17% | 0.3% | - |
| XYZ | 5.91 | 5.65 | 6.09 | - |
| YUV | 68.23 | 127.31 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 64 | 67 | 0 | 0.17 | 0.13 | 0.70 | 346.15 | 0.09 | 0.28 |
| Hex | 4D | 40 | 43 | 0 | 11 | D | 46 | 15A | 9 | 1C |
| Octal | 115 | 100 | 103 | 0 | 21 | 15 | 106 | 532 | 11 | 34 |
| Binary | 1001101 | 1000000 | 1000011 | 0 | 10001 | 1101 | 1000110 | 101011010 | 1001 | 11100 |
Color Harmonies of #4D4043
Complementary color
Monochromatic Colors of #4D4043
Black with #4D4043
Text Example
Text Example
White with #4D4043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4043; }
p { color: rgb(77,64,67); }
H1.HeaderClassName
{
color: #4D4043;
}
.AnyTagClassName
{
color: #4D4043;
}
</style>
background-color css
<style>
a { background-color: #4D4043; }
a { background-color: rgb(77,64,67); }
div.DivClassName
{
background-color: #4D4043;
}
.BgClassName
{
background-color: #4D4043;
}
</style>
border-color css
<style>
span { border-color: #4D4043; }
span { border-color: rgb(77,64,67); }
td.TdClassName
{
border-color: #4D4043;
}
.TagClassName
{
border-color: #4D4043;
}
</style>