Shades of Paco #463F3B
Tints of Paco #463F3B
RGB
CMYK
RGB Variations
Color information
#463F3B (or 0x463F3B) is known color: Paco. HEX triplet: 46, 3F and 3B. RGB value is (70,63,59). Sum of RGB (Red+Green+Blue) = 70+63+59=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 59 (23.44% from 255 or 30.73% from 192); Max value from RGB is 70 - color contains mainly: red. Hex color #463F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463F3B is #B9C0C4. Grayscale: #404040. Windows color (decimal): -12173509 or 3882822. OLE color: 3882822.
HSL color Cylindrical-coordinate representation of color #463F3B: hue angle of 21.82º 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 #463F3B is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 63 | 59 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.73 |
| HSL | 21.82º | 0.09% | 0.25% | - |
| HSV(B) | 21.82º | 0.16% | 0.27% | - |
| XYZ | 5.09 | 5.17 | 4.87 | - |
| YUV | 64.64 | 124.82 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 59 | 0 | 0.10 | 0.16 | 0.73 | 21.82 | 0.09 | 0.25 |
| Hex | 46 | 3F | 3B | 0 | A | 10 | 49 | 16 | 9 | 19 |
| Octal | 106 | 77 | 73 | 0 | 12 | 20 | 111 | 26 | 11 | 31 |
| Binary | 1000110 | 111111 | 111011 | 0 | 1010 | 10000 | 1001001 | 10110 | 1001 | 11001 |
Color Harmonies of #463F3B
Complementary color
Monochromatic Colors of #463F3B
Black with #463F3B
Text Example
Text Example
White with #463F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F3B; }
p { color: rgb(70,63,59); }
H1.HeaderClassName
{
color: #463F3B;
}
.AnyTagClassName
{
color: #463F3B;
}
</style>
background-color css
<style>
a { background-color: #463F3B; }
a { background-color: rgb(70,63,59); }
div.DivClassName
{
background-color: #463F3B;
}
.BgClassName
{
background-color: #463F3B;
}
</style>
border-color css
<style>
span { border-color: #463F3B; }
span { border-color: rgb(70,63,59); }
td.TdClassName
{
border-color: #463F3B;
}
.TagClassName
{
border-color: #463F3B;
}
</style>