Shades of Jon #4D4041
Tints of Jon #4D4041
RGB
CMYK
RGB Variations
Color information
#4D4041 (or 0x4D4041) is known color: Jon. HEX triplet: 4D, 40 and 41. RGB value is (77,64,65). Sum of RGB (Red+Green+Blue) = 77+64+65=206 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.38% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4041 is #B2BFBE. Grayscale: #444444. Windows color (decimal): -11714495 or 4276301. OLE color: 4276301.
HSL color Cylindrical-coordinate representation of color #4D4041: hue angle of 355.38º 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 #4D4041 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 64 | 65 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.70 |
| HSL | 355.38º | 0.09% | 0.28% | - |
| HSV(B) | 355.38º | 0.17% | 0.3% | - |
| XYZ | 5.85 | 5.63 | 5.78 | - |
| YUV | 68 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 64 | 65 | 0 | 0.17 | 0.16 | 0.70 | 355.38 | 0.09 | 0.28 |
| Hex | 4D | 40 | 41 | 0 | 11 | 10 | 46 | 163 | 9 | 1C |
| Octal | 115 | 100 | 101 | 0 | 21 | 20 | 106 | 543 | 11 | 34 |
| Binary | 1001101 | 1000000 | 1000001 | 0 | 10001 | 10000 | 1000110 | 101100011 | 1001 | 11100 |
Color Harmonies of #4D4041
Complementary color
Monochromatic Colors of #4D4041
Black with #4D4041
Text Example
Text Example
White with #4D4041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4041; }
p { color: rgb(77,64,65); }
H1.HeaderClassName
{
color: #4D4041;
}
.AnyTagClassName
{
color: #4D4041;
}
</style>
background-color css
<style>
a { background-color: #4D4041; }
a { background-color: rgb(77,64,65); }
div.DivClassName
{
background-color: #4D4041;
}
.BgClassName
{
background-color: #4D4041;
}
</style>
border-color css
<style>
span { border-color: #4D4041; }
span { border-color: rgb(77,64,65); }
td.TdClassName
{
border-color: #4D4041;
}
.TagClassName
{
border-color: #4D4041;
}
</style>