Shades of Jon #4B4243
Tints of Jon #4B4243
RGB
CMYK
RGB Variations
Color information
#4B4243 (or 0x4B4243) is known color: Jon. HEX triplet: 4B, 42 and 43. RGB value is (75,66,67). Sum of RGB (Red+Green+Blue) = 75+66+67=208 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.06% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 67 (26.56% from 255 or 32.21% from 208); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4243 is #B4BDBC. Grayscale: #444444. Windows color (decimal): -11845053 or 4407883. OLE color: 4407883.
HSL color Cylindrical-coordinate representation of color #4B4243: hue angle of 353.33º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4B4243 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 66 | 67 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.71 |
| HSL | 353.33º | 0.06% | 0.28% | - |
| HSV(B) | 353.33º | 0.12% | 0.29% | - |
| XYZ | 5.86 | 5.8 | 6.12 | - |
| YUV | 68.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 66 | 67 | 0 | 0.12 | 0.11 | 0.71 | 353.33 | 0.06 | 0.28 |
| Hex | 4B | 42 | 43 | 0 | C | B | 47 | 161 | 6 | 1C |
| Octal | 113 | 102 | 103 | 0 | 14 | 13 | 107 | 541 | 6 | 34 |
| Binary | 1001011 | 1000010 | 1000011 | 0 | 1100 | 1011 | 1000111 | 101100001 | 110 | 11100 |
Color Harmonies of #4B4243
Complementary color
Monochromatic Colors of #4B4243
Black with #4B4243
Text Example
Text Example
White with #4B4243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4243; }
p { color: rgb(75,66,67); }
H1.HeaderClassName
{
color: #4B4243;
}
.AnyTagClassName
{
color: #4B4243;
}
</style>
background-color css
<style>
a { background-color: #4B4243; }
a { background-color: rgb(75,66,67); }
div.DivClassName
{
background-color: #4B4243;
}
.BgClassName
{
background-color: #4B4243;
}
</style>
border-color css
<style>
span { border-color: #4B4243; }
span { border-color: rgb(75,66,67); }
td.TdClassName
{
border-color: #4B4243;
}
.TagClassName
{
border-color: #4B4243;
}
</style>