Shades of Jon #4B3E40
Tints of Jon #4B3E40
RGB
CMYK
RGB Variations
Color information
#4B3E40 (or 0x4B3E40) is known color: Jon. HEX triplet: 4B, 3E and 40. RGB value is (75,62,64). Sum of RGB (Red+Green+Blue) = 75+62+64=201 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.31% from 201); Green value is 62 (24.61% from 255 or 30.85% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3E40 is #B4C1BF. Grayscale: #424242. Windows color (decimal): -11846080 or 4210251. OLE color: 4210251.
HSL color Cylindrical-coordinate representation of color #4B3E40: hue angle of 350.77º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4B3E40 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 62 | 64 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.71 |
| HSL | 350.77º | 0.09% | 0.27% | - |
| HSV(B) | 350.77º | 0.17% | 0.29% | - |
| XYZ | 5.55 | 5.31 | 5.58 | - |
| YUV | 66.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 62 | 64 | 0 | 0.17 | 0.15 | 0.71 | 350.77 | 0.09 | 0.27 |
| Hex | 4B | 3E | 40 | 0 | 11 | F | 47 | 15F | 9 | 1B |
| Octal | 113 | 76 | 100 | 0 | 21 | 17 | 107 | 537 | 11 | 33 |
| Binary | 1001011 | 111110 | 1000000 | 0 | 10001 | 1111 | 1000111 | 101011111 | 1001 | 11011 |
Color Harmonies of #4B3E40
Complementary color
Monochromatic Colors of #4B3E40
Black with #4B3E40
Text Example
Text Example
White with #4B3E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3E40; }
p { color: rgb(75,62,64); }
H1.HeaderClassName
{
color: #4B3E40;
}
.AnyTagClassName
{
color: #4B3E40;
}
</style>
background-color css
<style>
a { background-color: #4B3E40; }
a { background-color: rgb(75,62,64); }
div.DivClassName
{
background-color: #4B3E40;
}
.BgClassName
{
background-color: #4B3E40;
}
</style>
border-color css
<style>
span { border-color: #4B3E40; }
span { border-color: rgb(75,62,64); }
td.TdClassName
{
border-color: #4B3E40;
}
.TagClassName
{
border-color: #4B3E40;
}
</style>