Shades of Jon #4B3B3E
Tints of Jon #4B3B3E
RGB
CMYK
RGB Variations
Color information
#4B3B3E (or 0x4B3B3E) is known color: Jon. HEX triplet: 4B, 3B and 3E. RGB value is (75,59,62). Sum of RGB (Red+Green+Blue) = 75+59+62=196 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.27% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3B3E is #B4C4C1. Grayscale: #404040. Windows color (decimal): -11846850 or 4078411. OLE color: 4078411.
HSL color Cylindrical-coordinate representation of color #4B3B3E: hue angle of 348.75º degrees, saturation: 0.12, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4B3B3E is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 59 | 62 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.71 |
| HSL | 348.75º | 0.12% | 0.26% | - |
| HSV(B) | 348.75º | 0.21% | 0.29% | - |
| XYZ | 5.34 | 4.97 | 5.24 | - |
| YUV | 64.13 | 126.8 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 59 | 62 | 0 | 0.21 | 0.17 | 0.71 | 348.75 | 0.12 | 0.26 |
| Hex | 4B | 3B | 3E | 0 | 15 | 11 | 47 | 15D | C | 1A |
| Octal | 113 | 73 | 76 | 0 | 25 | 21 | 107 | 535 | 14 | 32 |
| Binary | 1001011 | 111011 | 111110 | 0 | 10101 | 10001 | 1000111 | 101011101 | 1100 | 11010 |
Color Harmonies of #4B3B3E
Complementary color
Monochromatic Colors of #4B3B3E
Black with #4B3B3E
Text Example
Text Example
White with #4B3B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3B3E; }
p { color: rgb(75,59,62); }
H1.HeaderClassName
{
color: #4B3B3E;
}
.AnyTagClassName
{
color: #4B3B3E;
}
</style>
background-color css
<style>
a { background-color: #4B3B3E; }
a { background-color: rgb(75,59,62); }
div.DivClassName
{
background-color: #4B3B3E;
}
.BgClassName
{
background-color: #4B3B3E;
}
</style>
border-color css
<style>
span { border-color: #4B3B3E; }
span { border-color: rgb(75,59,62); }
td.TdClassName
{
border-color: #4B3B3E;
}
.TagClassName
{
border-color: #4B3B3E;
}
</style>