Shades of Jon #4B4142
Tints of Jon #4B4142
RGB
CMYK
RGB Variations
Color information
#4B4142 (or 0x4B4142) is known color: Jon. HEX triplet: 4B, 41 and 42. RGB value is (75,65,66). Sum of RGB (Red+Green+Blue) = 75+65+66=206 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.41% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4142 is #B4BEBD. Grayscale: #444444. Windows color (decimal): -11845310 or 4342091. OLE color: 4342091.
HSL color Cylindrical-coordinate representation of color #4B4142: hue angle of 354º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4B4142 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 65 | 66 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.71 |
| HSL | 354º | 0.07% | 0.27% | - |
| HSV(B) | 354º | 0.13% | 0.29% | - |
| XYZ | 5.78 | 5.67 | 5.94 | - |
| YUV | 68.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 65 | 66 | 0 | 0.13 | 0.12 | 0.71 | 354 | 0.07 | 0.27 |
| Hex | 4B | 41 | 42 | 0 | D | C | 47 | 162 | 7 | 1B |
| Octal | 113 | 101 | 102 | 0 | 15 | 14 | 107 | 542 | 7 | 33 |
| Binary | 1001011 | 1000001 | 1000010 | 0 | 1101 | 1100 | 1000111 | 101100010 | 111 | 11011 |
Color Harmonies of #4B4142
Complementary color
Monochromatic Colors of #4B4142
Black with #4B4142
Text Example
Text Example
White with #4B4142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4142; }
p { color: rgb(75,65,66); }
H1.HeaderClassName
{
color: #4B4142;
}
.AnyTagClassName
{
color: #4B4142;
}
</style>
background-color css
<style>
a { background-color: #4B4142; }
a { background-color: rgb(75,65,66); }
div.DivClassName
{
background-color: #4B4142;
}
.BgClassName
{
background-color: #4B4142;
}
</style>
border-color css
<style>
span { border-color: #4B4142; }
span { border-color: rgb(75,65,66); }
td.TdClassName
{
border-color: #4B4142;
}
.TagClassName
{
border-color: #4B4142;
}
</style>