Shades of Jon #463A3D
Tints of Jon #463A3D
RGB
CMYK
RGB Variations
Color information
#463A3D (or 0x463A3D) is known color: Jon. HEX triplet: 46, 3A and 3D. RGB value is (70,58,61). Sum of RGB (Red+Green+Blue) = 70+58+61=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 70 - color contains mainly: red. Hex color #463A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463A3D is #B9C5C2. Grayscale: #3D3D3D. Windows color (decimal): -12174787 or 4012614. OLE color: 4012614.
HSL color Cylindrical-coordinate representation of color #463A3D: hue angle of 345º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #463A3D is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 58 | 61 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.73 |
| HSL | 345º | 0.09% | 0.25% | - |
| HSV(B) | 345º | 0.17% | 0.27% | - |
| XYZ | 4.88 | 4.67 | 5.06 | - |
| YUV | 61.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 61 | 0 | 0.17 | 0.13 | 0.73 | 345 | 0.09 | 0.25 |
| Hex | 46 | 3A | 3D | 0 | 11 | D | 49 | 159 | 9 | 19 |
| Octal | 106 | 72 | 75 | 0 | 21 | 15 | 111 | 531 | 11 | 31 |
| Binary | 1000110 | 111010 | 111101 | 0 | 10001 | 1101 | 1001001 | 101011001 | 1001 | 11001 |
Color Harmonies of #463A3D
Complementary color
Monochromatic Colors of #463A3D
Black with #463A3D
Text Example
Text Example
White with #463A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463A3D; }
p { color: rgb(70,58,61); }
H1.HeaderClassName
{
color: #463A3D;
}
.AnyTagClassName
{
color: #463A3D;
}
</style>
background-color css
<style>
a { background-color: #463A3D; }
a { background-color: rgb(70,58,61); }
div.DivClassName
{
background-color: #463A3D;
}
.BgClassName
{
background-color: #463A3D;
}
</style>
border-color css
<style>
span { border-color: #463A3D; }
span { border-color: rgb(70,58,61); }
td.TdClassName
{
border-color: #463A3D;
}
.TagClassName
{
border-color: #463A3D;
}
</style>