Shades of Jon #4B3D3F
Tints of Jon #4B3D3F
RGB
CMYK
RGB Variations
Color information
#4B3D3F (or 0x4B3D3F) is known color: Jon. HEX triplet: 4B, 3D and 3F. RGB value is (75,61,63). Sum of RGB (Red+Green+Blue) = 75+61+63=199 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.69% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3D3F is #B4C2C0. Grayscale: #414141. Windows color (decimal): -11846337 or 4144459. OLE color: 4144459.
HSL color Cylindrical-coordinate representation of color #4B3D3F: hue angle of 351.43º 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 #4B3D3F is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 61 | 63 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.71 |
| HSL | 351.43º | 0.1% | 0.27% | - |
| HSV(B) | 351.43º | 0.19% | 0.29% | - |
| XYZ | 5.47 | 5.19 | 5.42 | - |
| YUV | 65.41 | 126.64 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 61 | 63 | 0 | 0.19 | 0.16 | 0.71 | 351.43 | 0.1 | 0.27 |
| Hex | 4B | 3D | 3F | 0 | 13 | 10 | 47 | 15F | A | 1B |
| Octal | 113 | 75 | 77 | 0 | 23 | 20 | 107 | 537 | 12 | 33 |
| Binary | 1001011 | 111101 | 111111 | 0 | 10011 | 10000 | 1000111 | 101011111 | 1010 | 11011 |
Color Harmonies of #4B3D3F
Complementary color
Monochromatic Colors of #4B3D3F
Black with #4B3D3F
Text Example
Text Example
White with #4B3D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3D3F; }
p { color: rgb(75,61,63); }
H1.HeaderClassName
{
color: #4B3D3F;
}
.AnyTagClassName
{
color: #4B3D3F;
}
</style>
background-color css
<style>
a { background-color: #4B3D3F; }
a { background-color: rgb(75,61,63); }
div.DivClassName
{
background-color: #4B3D3F;
}
.BgClassName
{
background-color: #4B3D3F;
}
</style>
border-color css
<style>
span { border-color: #4B3D3F; }
span { border-color: rgb(75,61,63); }
td.TdClassName
{
border-color: #4B3D3F;
}
.TagClassName
{
border-color: #4B3D3F;
}
</style>