Shades of Bossanova #463A48
Tints of Bossanova #463A48
RGB
CMYK
RGB Variations
Color information
#463A48 (or 0x463A48) is known color: Bossanova. HEX triplet: 46, 3A and 48. RGB value is (70,58,72). Sum of RGB (Red+Green+Blue) = 70+58+72=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 72 - color contains mainly: blue. Hex color #463A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463A48 is #B9C5B7. Grayscale: #3F3F3F. Windows color (decimal): -12174776 or 4733510. OLE color: 4733510.
HSL color Cylindrical-coordinate representation of color #463A48: hue angle of 291.43º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #463A48 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 58 | 72 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.72 |
| HSL | 291.43º | 0.11% | 0.25% | - |
| HSV(B) | 291.43º | 0.19% | 0.28% | - |
| XYZ | 5.21 | 4.8 | 6.78 | - |
| YUV | 63.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 72 | 0.03 | 0.19 | 0 | 0.72 | 291.43 | 0.11 | 0.25 |
| Hex | 46 | 3A | 48 | 3 | 13 | 0 | 48 | 123 | B | 19 |
| Octal | 106 | 72 | 110 | 3 | 23 | 0 | 110 | 443 | 13 | 31 |
| Binary | 1000110 | 111010 | 1001000 | 11 | 10011 | 0 | 1001000 | 100100011 | 1011 | 11001 |
Color Harmonies of #463A48
Complementary color
Monochromatic Colors of #463A48
Black with #463A48
Text Example
Text Example
White with #463A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463A48; }
p { color: rgb(70,58,72); }
H1.HeaderClassName
{
color: #463A48;
}
.AnyTagClassName
{
color: #463A48;
}
</style>
background-color css
<style>
a { background-color: #463A48; }
a { background-color: rgb(70,58,72); }
div.DivClassName
{
background-color: #463A48;
}
.BgClassName
{
background-color: #463A48;
}
</style>
border-color css
<style>
span { border-color: #463A48; }
span { border-color: rgb(70,58,72); }
td.TdClassName
{
border-color: #463A48;
}
.TagClassName
{
border-color: #463A48;
}
</style>