Shades of Bossanova #463548
Tints of Bossanova #463548
RGB
CMYK
RGB Variations
Color information
#463548 (or 0x463548) is known color: Bossanova. HEX triplet: 46, 35 and 48. RGB value is (70,53,72). Sum of RGB (Red+Green+Blue) = 70+53+72=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 72 - color contains mainly: blue. Hex color #463548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463548 is #B9CAB7. Grayscale: #3C3C3C. Windows color (decimal): -12176056 or 4732230. OLE color: 4732230.
HSL color Cylindrical-coordinate representation of color #463548: hue angle of 293.68º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #463548 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 53 | 72 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.72 |
| HSL | 293.68º | 0.15% | 0.25% | - |
| HSV(B) | 293.68º | 0.26% | 0.28% | - |
| XYZ | 4.97 | 4.32 | 6.7 | - |
| YUV | 60.25 | 134.63 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 53 | 72 | 0.03 | 0.26 | 0 | 0.72 | 293.68 | 0.15 | 0.25 |
| Hex | 46 | 35 | 48 | 3 | 1A | 0 | 48 | 126 | F | 19 |
| Octal | 106 | 65 | 110 | 3 | 32 | 0 | 110 | 446 | 17 | 31 |
| Binary | 1000110 | 110101 | 1001000 | 11 | 11010 | 0 | 1001000 | 100100110 | 1111 | 11001 |
Color Harmonies of #463548
Complementary color
Monochromatic Colors of #463548
Black with #463548
Text Example
Text Example
White with #463548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463548; }
p { color: rgb(70,53,72); }
H1.HeaderClassName
{
color: #463548;
}
.AnyTagClassName
{
color: #463548;
}
</style>
background-color css
<style>
a { background-color: #463548; }
a { background-color: rgb(70,53,72); }
div.DivClassName
{
background-color: #463548;
}
.BgClassName
{
background-color: #463548;
}
</style>
border-color css
<style>
span { border-color: #463548; }
span { border-color: rgb(70,53,72); }
td.TdClassName
{
border-color: #463548;
}
.TagClassName
{
border-color: #463548;
}
</style>