Shades of Jon #4B4143
Tints of Jon #4B4143
RGB
CMYK
RGB Variations
Color information
#4B4143 (or 0x4B4143) is known color: Jon. HEX triplet: 4B, 41 and 43. RGB value is (75,65,67). Sum of RGB (Red+Green+Blue) = 75+65+67=207 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.23% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 67 (26.56% from 255 or 32.37% from 207); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4143 is #B4BEBC. Grayscale: #444444. Windows color (decimal): -11845309 or 4407627. OLE color: 4407627.
HSL color Cylindrical-coordinate representation of color #4B4143: hue angle of 348º 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 #4B4143 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 65 | 67 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.71 |
| HSL | 348º | 0.07% | 0.27% | - |
| HSV(B) | 348º | 0.13% | 0.29% | - |
| XYZ | 5.81 | 5.68 | 6.1 | - |
| YUV | 68.22 | 127.31 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 65 | 67 | 0 | 0.13 | 0.11 | 0.71 | 348 | 0.07 | 0.27 |
| Hex | 4B | 41 | 43 | 0 | D | B | 47 | 15C | 7 | 1B |
| Octal | 113 | 101 | 103 | 0 | 15 | 13 | 107 | 534 | 7 | 33 |
| Binary | 1001011 | 1000001 | 1000011 | 0 | 1101 | 1011 | 1000111 | 101011100 | 111 | 11011 |
Color Harmonies of #4B4143
Complementary color
Monochromatic Colors of #4B4143
Black with #4B4143
Text Example
Text Example
White with #4B4143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4143; }
p { color: rgb(75,65,67); }
H1.HeaderClassName
{
color: #4B4143;
}
.AnyTagClassName
{
color: #4B4143;
}
</style>
background-color css
<style>
a { background-color: #4B4143; }
a { background-color: rgb(75,65,67); }
div.DivClassName
{
background-color: #4B4143;
}
.BgClassName
{
background-color: #4B4143;
}
</style>
border-color css
<style>
span { border-color: #4B4143; }
span { border-color: rgb(75,65,67); }
td.TdClassName
{
border-color: #4B4143;
}
.TagClassName
{
border-color: #4B4143;
}
</style>