Shades of Bossanova #473249
Tints of Bossanova #473249
RGB
CMYK
RGB Variations
Color information
#473249 (or 0x473249) is known color: Bossanova. HEX triplet: 47, 32 and 49. RGB value is (71,50,73). Sum of RGB (Red+Green+Blue) = 71+50+73=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 73 - color contains mainly: blue. Hex color #473249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473249 is #B8CDB6. Grayscale: #3A3A3A. Windows color (decimal): -12111287 or 4796999. OLE color: 4796999.
HSL color Cylindrical-coordinate representation of color #473249: hue angle of 294.78º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #473249 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 50 | 73 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.71 |
| HSL | 294.78º | 0.19% | 0.24% | - |
| HSV(B) | 294.78º | 0.32% | 0.29% | - |
| XYZ | 4.94 | 4.1 | 6.83 | - |
| YUV | 58.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 50 | 73 | 0.03 | 0.32 | 0 | 0.71 | 294.78 | 0.19 | 0.24 |
| Hex | 47 | 32 | 49 | 3 | 20 | 0 | 47 | 127 | 13 | 18 |
| Octal | 107 | 62 | 111 | 3 | 40 | 0 | 107 | 447 | 23 | 30 |
| Binary | 1000111 | 110010 | 1001001 | 11 | 100000 | 0 | 1000111 | 100100111 | 10011 | 11000 |
Color Harmonies of #473249
Complementary color
Monochromatic Colors of #473249
Black with #473249
Text Example
Text Example
White with #473249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473249; }
p { color: rgb(71,50,73); }
H1.HeaderClassName
{
color: #473249;
}
.AnyTagClassName
{
color: #473249;
}
</style>
background-color css
<style>
a { background-color: #473249; }
a { background-color: rgb(71,50,73); }
div.DivClassName
{
background-color: #473249;
}
.BgClassName
{
background-color: #473249;
}
</style>
border-color css
<style>
span { border-color: #473249; }
span { border-color: rgb(71,50,73); }
td.TdClassName
{
border-color: #473249;
}
.TagClassName
{
border-color: #473249;
}
</style>