Shades of Jon #4B3D40
Tints of Jon #4B3D40
RGB
CMYK
RGB Variations
Color information
#4B3D40 (or 0x4B3D40) is known color: Jon. HEX triplet: 4B, 3D and 40. RGB value is (75,61,64). Sum of RGB (Red+Green+Blue) = 75+61+64=200 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.5% from 200); Green value is 61 (24.22% from 255 or 30.5% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3D40 is #B4C2BF. Grayscale: #414141. Windows color (decimal): -11846336 or 4209995. OLE color: 4209995.
HSL color Cylindrical-coordinate representation of color #4B3D40: hue angle of 347.14º 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 #4B3D40 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 61 | 64 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.71 |
| HSL | 347.14º | 0.1% | 0.27% | - |
| HSV(B) | 347.14º | 0.19% | 0.29% | - |
| XYZ | 5.5 | 5.2 | 5.57 | - |
| YUV | 65.53 | 127.14 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 61 | 64 | 0 | 0.19 | 0.15 | 0.71 | 347.14 | 0.1 | 0.27 |
| Hex | 4B | 3D | 40 | 0 | 13 | F | 47 | 15B | A | 1B |
| Octal | 113 | 75 | 100 | 0 | 23 | 17 | 107 | 533 | 12 | 33 |
| Binary | 1001011 | 111101 | 1000000 | 0 | 10011 | 1111 | 1000111 | 101011011 | 1010 | 11011 |
Color Harmonies of #4B3D40
Complementary color
Monochromatic Colors of #4B3D40
Black with #4B3D40
Text Example
Text Example
White with #4B3D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3D40; }
p { color: rgb(75,61,64); }
H1.HeaderClassName
{
color: #4B3D40;
}
.AnyTagClassName
{
color: #4B3D40;
}
</style>
background-color css
<style>
a { background-color: #4B3D40; }
a { background-color: rgb(75,61,64); }
div.DivClassName
{
background-color: #4B3D40;
}
.BgClassName
{
background-color: #4B3D40;
}
</style>
border-color css
<style>
span { border-color: #4B3D40; }
span { border-color: rgb(75,61,64); }
td.TdClassName
{
border-color: #4B3D40;
}
.TagClassName
{
border-color: #4B3D40;
}
</style>