Shades of Bossanova #463248
Tints of Bossanova #463248
RGB
CMYK
RGB Variations
Color information
#463248 (or 0x463248) is known color: Bossanova. HEX triplet: 46, 32 and 48. RGB value is (70,50,72). Sum of RGB (Red+Green+Blue) = 70+50+72=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 72 - color contains mainly: blue. Hex color #463248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463248 is #B9CDB7. Grayscale: #3A3A3A. Windows color (decimal): -12176824 or 4731462. OLE color: 4731462.
HSL color Cylindrical-coordinate representation of color #463248: hue angle of 294.55º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #463248 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 50 | 72 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.72 |
| HSL | 294.55º | 0.18% | 0.24% | - |
| HSV(B) | 294.55º | 0.31% | 0.28% | - |
| XYZ | 4.84 | 4.05 | 6.66 | - |
| YUV | 58.49 | 135.63 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 50 | 72 | 0.03 | 0.31 | 0 | 0.72 | 294.55 | 0.18 | 0.24 |
| Hex | 46 | 32 | 48 | 3 | 1F | 0 | 48 | 127 | 12 | 18 |
| Octal | 106 | 62 | 110 | 3 | 37 | 0 | 110 | 447 | 22 | 30 |
| Binary | 1000110 | 110010 | 1001000 | 11 | 11111 | 0 | 1001000 | 100100111 | 10010 | 11000 |
Color Harmonies of #463248
Complementary color
Monochromatic Colors of #463248
Black with #463248
Text Example
Text Example
White with #463248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463248; }
p { color: rgb(70,50,72); }
H1.HeaderClassName
{
color: #463248;
}
.AnyTagClassName
{
color: #463248;
}
</style>
background-color css
<style>
a { background-color: #463248; }
a { background-color: rgb(70,50,72); }
div.DivClassName
{
background-color: #463248;
}
.BgClassName
{
background-color: #463248;
}
</style>
border-color css
<style>
span { border-color: #463248; }
span { border-color: rgb(70,50,72); }
td.TdClassName
{
border-color: #463248;
}
.TagClassName
{
border-color: #463248;
}
</style>