Shades of Jon #4B373A
Tints of Jon #4B373A
RGB
CMYK
RGB Variations
Color information
#4B373A (or 0x4B373A) is known color: Jon. HEX triplet: 4B, 37 and 3A. RGB value is (75,55,58). Sum of RGB (Red+Green+Blue) = 75+55+58=188 (24% of max value = 765). Red value is 75 (29.69% from 255 or 39.89% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 58 (23.05% from 255 or 30.85% from 188); Max value from RGB is 75 - color contains mainly: red. Hex color #4B373A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B373A is #B4C8C5. Grayscale: #3D3D3D. Windows color (decimal): -11847878 or 3815243. OLE color: 3815243.
HSL color Cylindrical-coordinate representation of color #4B373A: hue angle of 351º 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 #4B373A is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 55 | 58 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.71 |
| HSL | 351º | 0.15% | 0.25% | - |
| HSV(B) | 351º | 0.27% | 0.29% | - |
| XYZ | 5.03 | 4.53 | 4.61 | - |
| YUV | 61.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 55 | 58 | 0 | 0.27 | 0.23 | 0.71 | 351 | 0.15 | 0.25 |
| Hex | 4B | 37 | 3A | 0 | 1B | 17 | 47 | 15F | F | 19 |
| Octal | 113 | 67 | 72 | 0 | 33 | 27 | 107 | 537 | 17 | 31 |
| Binary | 1001011 | 110111 | 111010 | 0 | 11011 | 10111 | 1000111 | 101011111 | 1111 | 11001 |
Color Harmonies of #4B373A
Complementary color
Monochromatic Colors of #4B373A
Black with #4B373A
Text Example
Text Example
White with #4B373A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B373A; }
p { color: rgb(75,55,58); }
H1.HeaderClassName
{
color: #4B373A;
}
.AnyTagClassName
{
color: #4B373A;
}
</style>
background-color css
<style>
a { background-color: #4B373A; }
a { background-color: rgb(75,55,58); }
div.DivClassName
{
background-color: #4B373A;
}
.BgClassName
{
background-color: #4B373A;
}
</style>
border-color css
<style>
span { border-color: #4B373A; }
span { border-color: rgb(75,55,58); }
td.TdClassName
{
border-color: #4B373A;
}
.TagClassName
{
border-color: #4B373A;
}
</style>