Shades of Bossanova #463849
Tints of Bossanova #463849
RGB
CMYK
RGB Variations
Color information
#463849 (or 0x463849) is known color: Bossanova. HEX triplet: 46, 38 and 49. RGB value is (70,56,73). Sum of RGB (Red+Green+Blue) = 70+56+73=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 73 - color contains mainly: blue. Hex color #463849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463849 is #B9C7B6. Grayscale: #3E3E3E. Windows color (decimal): -12175287 or 4798534. OLE color: 4798534.
HSL color Cylindrical-coordinate representation of color #463849: hue angle of 289.41º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #463849 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 56 | 73 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.71 |
| HSL | 289.41º | 0.13% | 0.25% | - |
| HSV(B) | 289.41º | 0.23% | 0.29% | - |
| XYZ | 5.14 | 4.61 | 6.92 | - |
| YUV | 62.12 | 134.14 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 56 | 73 | 0.04 | 0.23 | 0 | 0.71 | 289.41 | 0.13 | 0.25 |
| Hex | 46 | 38 | 49 | 4 | 17 | 0 | 47 | 121 | D | 19 |
| Octal | 106 | 70 | 111 | 4 | 27 | 0 | 107 | 441 | 15 | 31 |
| Binary | 1000110 | 111000 | 1001001 | 100 | 10111 | 0 | 1000111 | 100100001 | 1101 | 11001 |
Color Harmonies of #463849
Complementary color
Monochromatic Colors of #463849
Black with #463849
Text Example
Text Example
White with #463849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463849; }
p { color: rgb(70,56,73); }
H1.HeaderClassName
{
color: #463849;
}
.AnyTagClassName
{
color: #463849;
}
</style>
background-color css
<style>
a { background-color: #463849; }
a { background-color: rgb(70,56,73); }
div.DivClassName
{
background-color: #463849;
}
.BgClassName
{
background-color: #463849;
}
</style>
border-color css
<style>
span { border-color: #463849; }
span { border-color: rgb(70,56,73); }
td.TdClassName
{
border-color: #463849;
}
.TagClassName
{
border-color: #463849;
}
</style>