Shades of Bossanova #463B49
Tints of Bossanova #463B49
RGB
CMYK
RGB Variations
Color information
#463B49 (or 0x463B49) is known color: Bossanova. HEX triplet: 46, 3B and 49. RGB value is (70,59,73). Sum of RGB (Red+Green+Blue) = 70+59+73=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 59 (23.44% from 255 or 29.21% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 73 - color contains mainly: blue. Hex color #463B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463B49 is #B9C4B6. Grayscale: #3F3F3F. Windows color (decimal): -12174519 or 4799302. OLE color: 4799302.
HSL color Cylindrical-coordinate representation of color #463B49: hue angle of 287.14º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #463B49 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 59 | 73 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.71 |
| HSL | 287.14º | 0.11% | 0.26% | - |
| HSV(B) | 287.14º | 0.19% | 0.29% | - |
| XYZ | 5.29 | 4.91 | 6.97 | - |
| YUV | 63.89 | 133.14 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 59 | 73 | 0.04 | 0.19 | 0 | 0.71 | 287.14 | 0.11 | 0.26 |
| Hex | 46 | 3B | 49 | 4 | 13 | 0 | 47 | 11F | B | 1A |
| Octal | 106 | 73 | 111 | 4 | 23 | 0 | 107 | 437 | 13 | 32 |
| Binary | 1000110 | 111011 | 1001001 | 100 | 10011 | 0 | 1000111 | 100011111 | 1011 | 11010 |
Color Harmonies of #463B49
Complementary color
Monochromatic Colors of #463B49
Black with #463B49
Text Example
Text Example
White with #463B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463B49; }
p { color: rgb(70,59,73); }
H1.HeaderClassName
{
color: #463B49;
}
.AnyTagClassName
{
color: #463B49;
}
</style>
background-color css
<style>
a { background-color: #463B49; }
a { background-color: rgb(70,59,73); }
div.DivClassName
{
background-color: #463B49;
}
.BgClassName
{
background-color: #463B49;
}
</style>
border-color css
<style>
span { border-color: #463B49; }
span { border-color: rgb(70,59,73); }
td.TdClassName
{
border-color: #463B49;
}
.TagClassName
{
border-color: #463B49;
}
</style>