Shades of Bossanova #464049
Tints of Bossanova #464049
RGB
CMYK
RGB Variations
Color information
#464049 (or 0x464049) is known color: Bossanova. HEX triplet: 46, 40 and 49. RGB value is (70,64,73). Sum of RGB (Red+Green+Blue) = 70+64+73=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 73 - color contains mainly: blue. Hex color #464049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464049 is #B9BFB6. Grayscale: #424242. Windows color (decimal): -12173239 or 4800582. OLE color: 4800582.
HSL color Cylindrical-coordinate representation of color #464049: hue angle of 280º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #464049 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 64 | 73 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.71 |
| HSL | 280º | 0.07% | 0.27% | - |
| HSV(B) | 280º | 0.12% | 0.29% | - |
| XYZ | 5.56 | 5.45 | 7.06 | - |
| YUV | 66.82 | 131.49 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 64 | 73 | 0.04 | 0.12 | 0 | 0.71 | 280 | 0.07 | 0.27 |
| Hex | 46 | 40 | 49 | 4 | C | 0 | 47 | 118 | 7 | 1B |
| Octal | 106 | 100 | 111 | 4 | 14 | 0 | 107 | 430 | 7 | 33 |
| Binary | 1000110 | 1000000 | 1001001 | 100 | 1100 | 0 | 1000111 | 100011000 | 111 | 11011 |
Color Harmonies of #464049
Complementary color
Monochromatic Colors of #464049
Black with #464049
Text Example
Text Example
White with #464049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464049; }
p { color: rgb(70,64,73); }
H1.HeaderClassName
{
color: #464049;
}
.AnyTagClassName
{
color: #464049;
}
</style>
background-color css
<style>
a { background-color: #464049; }
a { background-color: rgb(70,64,73); }
div.DivClassName
{
background-color: #464049;
}
.BgClassName
{
background-color: #464049;
}
</style>
border-color css
<style>
span { border-color: #464049; }
span { border-color: rgb(70,64,73); }
td.TdClassName
{
border-color: #464049;
}
.TagClassName
{
border-color: #464049;
}
</style>