Shades of Jon #463B3D
Tints of Jon #463B3D
RGB
CMYK
RGB Variations
Color information
#463B3D (or 0x463B3D) is known color: Jon. HEX triplet: 46, 3B and 3D. RGB value is (70,59,61). Sum of RGB (Red+Green+Blue) = 70+59+61=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 59 (23.44% from 255 or 31.05% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 70 - color contains mainly: red. Hex color #463B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463B3D is #B9C4C2. Grayscale: #3E3E3E. Windows color (decimal): -12174531 or 4012870. OLE color: 4012870.
HSL color Cylindrical-coordinate representation of color #463B3D: hue angle of 349.09º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #463B3D is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 59 | 61 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.73 |
| HSL | 349.09º | 0.09% | 0.25% | - |
| HSV(B) | 349.09º | 0.16% | 0.27% | - |
| XYZ | 4.93 | 4.77 | 5.08 | - |
| YUV | 62.52 | 127.14 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 59 | 61 | 0 | 0.16 | 0.13 | 0.73 | 349.09 | 0.09 | 0.25 |
| Hex | 46 | 3B | 3D | 0 | 10 | D | 49 | 15D | 9 | 19 |
| Octal | 106 | 73 | 75 | 0 | 20 | 15 | 111 | 535 | 11 | 31 |
| Binary | 1000110 | 111011 | 111101 | 0 | 10000 | 1101 | 1001001 | 101011101 | 1001 | 11001 |
Color Harmonies of #463B3D
Complementary color
Monochromatic Colors of #463B3D
Black with #463B3D
Text Example
Text Example
White with #463B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463B3D; }
p { color: rgb(70,59,61); }
H1.HeaderClassName
{
color: #463B3D;
}
.AnyTagClassName
{
color: #463B3D;
}
</style>
background-color css
<style>
a { background-color: #463B3D; }
a { background-color: rgb(70,59,61); }
div.DivClassName
{
background-color: #463B3D;
}
.BgClassName
{
background-color: #463B3D;
}
</style>
border-color css
<style>
span { border-color: #463B3D; }
span { border-color: rgb(70,59,61); }
td.TdClassName
{
border-color: #463B3D;
}
.TagClassName
{
border-color: #463B3D;
}
</style>