Shades of Jon #4B3D41
Tints of Jon #4B3D41
RGB
CMYK
RGB Variations
Color information
#4B3D41 (or 0x4B3D41) is known color: Jon. HEX triplet: 4B, 3D and 41. RGB value is (75,61,65). Sum of RGB (Red+Green+Blue) = 75+61+65=201 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.31% from 201); Green value is 61 (24.22% from 255 or 30.35% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3D41 is #B4C2BE. Grayscale: #414141. Windows color (decimal): -11846335 or 4275531. OLE color: 4275531.
HSL color Cylindrical-coordinate representation of color #4B3D41: hue angle of 342.86º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4B3D41 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 61 | 65 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.71 |
| HSL | 342.86º | 0.1% | 0.27% | - |
| HSV(B) | 342.86º | 0.19% | 0.29% | - |
| XYZ | 5.52 | 5.21 | 5.72 | - |
| YUV | 65.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 61 | 65 | 0 | 0.19 | 0.13 | 0.71 | 342.86 | 0.1 | 0.27 |
| Hex | 4B | 3D | 41 | 0 | 13 | D | 47 | 157 | A | 1B |
| Octal | 113 | 75 | 101 | 0 | 23 | 15 | 107 | 527 | 12 | 33 |
| Binary | 1001011 | 111101 | 1000001 | 0 | 10011 | 1101 | 1000111 | 101010111 | 1010 | 11011 |
Color Harmonies of #4B3D41
Complementary color
Monochromatic Colors of #4B3D41
Black with #4B3D41
Text Example
Text Example
White with #4B3D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3D41; }
p { color: rgb(75,61,65); }
H1.HeaderClassName
{
color: #4B3D41;
}
.AnyTagClassName
{
color: #4B3D41;
}
</style>
background-color css
<style>
a { background-color: #4B3D41; }
a { background-color: rgb(75,61,65); }
div.DivClassName
{
background-color: #4B3D41;
}
.BgClassName
{
background-color: #4B3D41;
}
</style>
border-color css
<style>
span { border-color: #4B3D41; }
span { border-color: rgb(75,61,65); }
td.TdClassName
{
border-color: #4B3D41;
}
.TagClassName
{
border-color: #4B3D41;
}
</style>