Shades of Jon #463D40
Tints of Jon #463D40
RGB
CMYK
RGB Variations
Color information
#463D40 (or 0x463D40) is known color: Jon. HEX triplet: 46, 3D and 40. RGB value is (70,61,64). Sum of RGB (Red+Green+Blue) = 70+61+64=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 70 - color contains mainly: red. Hex color #463D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463D40 is #B9C2BF. Grayscale: #404040. Windows color (decimal): -12174016 or 4209990. OLE color: 4209990.
HSL color Cylindrical-coordinate representation of color #463D40: hue angle of 340º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #463D40 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 61 | 64 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.73 |
| HSL | 340º | 0.07% | 0.26% | - |
| HSV(B) | 340º | 0.13% | 0.27% | - |
| XYZ | 5.12 | 5.01 | 5.55 | - |
| YUV | 64.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 64 | 0 | 0.13 | 0.09 | 0.73 | 340 | 0.07 | 0.26 |
| Hex | 46 | 3D | 40 | 0 | D | 9 | 49 | 154 | 7 | 1A |
| Octal | 106 | 75 | 100 | 0 | 15 | 11 | 111 | 524 | 7 | 32 |
| Binary | 1000110 | 111101 | 1000000 | 0 | 1101 | 1001 | 1001001 | 101010100 | 111 | 11010 |
Color Harmonies of #463D40
Complementary color
Monochromatic Colors of #463D40
Black with #463D40
Text Example
Text Example
White with #463D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463D40; }
p { color: rgb(70,61,64); }
H1.HeaderClassName
{
color: #463D40;
}
.AnyTagClassName
{
color: #463D40;
}
</style>
background-color css
<style>
a { background-color: #463D40; }
a { background-color: rgb(70,61,64); }
div.DivClassName
{
background-color: #463D40;
}
.BgClassName
{
background-color: #463D40;
}
</style>
border-color css
<style>
span { border-color: #463D40; }
span { border-color: rgb(70,61,64); }
td.TdClassName
{
border-color: #463D40;
}
.TagClassName
{
border-color: #463D40;
}
</style>