Shades of Jon #4B3738
Tints of Jon #4B3738
RGB
CMYK
RGB Variations
Color information
#4B3738 (or 0x4B3738) is known color: Jon. HEX triplet: 4B, 37 and 38. RGB value is (75,55,56). Sum of RGB (Red+Green+Blue) = 75+55+56=186 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.32% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 56 (22.27% from 255 or 30.11% from 186); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3738 is #B4C8C7. Grayscale: #3D3D3D. Windows color (decimal): -11847880 or 3684171. OLE color: 3684171.
HSL color Cylindrical-coordinate representation of color #4B3738: hue angle of 357º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4B3738 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 55 | 56 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.71 |
| HSL | 357º | 0.15% | 0.25% | - |
| HSV(B) | 357º | 0.27% | 0.29% | - |
| XYZ | 4.98 | 4.51 | 4.35 | - |
| YUV | 61.09 | 125.13 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 55 | 56 | 0 | 0.27 | 0.25 | 0.71 | 357 | 0.15 | 0.25 |
| Hex | 4B | 37 | 38 | 0 | 1B | 19 | 47 | 165 | F | 19 |
| Octal | 113 | 67 | 70 | 0 | 33 | 31 | 107 | 545 | 17 | 31 |
| Binary | 1001011 | 110111 | 111000 | 0 | 11011 | 11001 | 1000111 | 101100101 | 1111 | 11001 |
Color Harmonies of #4B3738
Complementary color
Monochromatic Colors of #4B3738
Black with #4B3738
Text Example
Text Example
White with #4B3738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3738; }
p { color: rgb(75,55,56); }
H1.HeaderClassName
{
color: #4B3738;
}
.AnyTagClassName
{
color: #4B3738;
}
</style>
background-color css
<style>
a { background-color: #4B3738; }
a { background-color: rgb(75,55,56); }
div.DivClassName
{
background-color: #4B3738;
}
.BgClassName
{
background-color: #4B3738;
}
</style>
border-color css
<style>
span { border-color: #4B3738; }
span { border-color: rgb(75,55,56); }
td.TdClassName
{
border-color: #4B3738;
}
.TagClassName
{
border-color: #4B3738;
}
</style>