Shades of Bossanova #474049
Tints of Bossanova #474049
RGB
CMYK
RGB Variations
Color information
#474049 (or 0x474049) is known color: Bossanova. HEX triplet: 47, 40 and 49. RGB value is (71,64,73). Sum of RGB (Red+Green+Blue) = 71+64+73=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 73 - color contains mainly: blue. Hex color #474049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474049 is #B8BFB6. Grayscale: #434343. Windows color (decimal): -12107703 or 4800583. OLE color: 4800583.
HSL color Cylindrical-coordinate representation of color #474049: hue angle of 286.67º 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 #474049 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 64 | 73 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.71 |
| HSL | 286.67º | 0.07% | 0.27% | - |
| HSV(B) | 286.67º | 0.12% | 0.29% | - |
| XYZ | 5.63 | 5.49 | 7.07 | - |
| YUV | 67.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 64 | 73 | 0.03 | 0.12 | 0 | 0.71 | 286.67 | 0.07 | 0.27 |
| Hex | 47 | 40 | 49 | 3 | C | 0 | 47 | 11F | 7 | 1B |
| Octal | 107 | 100 | 111 | 3 | 14 | 0 | 107 | 437 | 7 | 33 |
| Binary | 1000111 | 1000000 | 1001001 | 11 | 1100 | 0 | 1000111 | 100011111 | 111 | 11011 |
Color Harmonies of #474049
Complementary color
Monochromatic Colors of #474049
Black with #474049
Text Example
Text Example
White with #474049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474049; }
p { color: rgb(71,64,73); }
H1.HeaderClassName
{
color: #474049;
}
.AnyTagClassName
{
color: #474049;
}
</style>
background-color css
<style>
a { background-color: #474049; }
a { background-color: rgb(71,64,73); }
div.DivClassName
{
background-color: #474049;
}
.BgClassName
{
background-color: #474049;
}
</style>
border-color css
<style>
span { border-color: #474049; }
span { border-color: rgb(71,64,73); }
td.TdClassName
{
border-color: #474049;
}
.TagClassName
{
border-color: #474049;
}
</style>