Shades of Bossanova #473749
Tints of Bossanova #473749
RGB
CMYK
RGB Variations
Color information
#473749 (or 0x473749) is known color: Bossanova. HEX triplet: 47, 37 and 49. RGB value is (71,55,73). Sum of RGB (Red+Green+Blue) = 71+55+73=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 73 - color contains mainly: blue. Hex color #473749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473749 is #B8C8B6. Grayscale: #3D3D3D. Windows color (decimal): -12110007 or 4798279. OLE color: 4798279.
HSL color Cylindrical-coordinate representation of color #473749: hue angle of 293.33º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #473749 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 55 | 73 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.71 |
| HSL | 293.33º | 0.14% | 0.25% | - |
| HSV(B) | 293.33º | 0.25% | 0.29% | - |
| XYZ | 5.17 | 4.55 | 6.91 | - |
| YUV | 61.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 55 | 73 | 0.03 | 0.25 | 0 | 0.71 | 293.33 | 0.14 | 0.25 |
| Hex | 47 | 37 | 49 | 3 | 19 | 0 | 47 | 125 | E | 19 |
| Octal | 107 | 67 | 111 | 3 | 31 | 0 | 107 | 445 | 16 | 31 |
| Binary | 1000111 | 110111 | 1001001 | 11 | 11001 | 0 | 1000111 | 100100101 | 1110 | 11001 |
Color Harmonies of #473749
Complementary color
Monochromatic Colors of #473749
Black with #473749
Text Example
Text Example
White with #473749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473749; }
p { color: rgb(71,55,73); }
H1.HeaderClassName
{
color: #473749;
}
.AnyTagClassName
{
color: #473749;
}
</style>
background-color css
<style>
a { background-color: #473749; }
a { background-color: rgb(71,55,73); }
div.DivClassName
{
background-color: #473749;
}
.BgClassName
{
background-color: #473749;
}
</style>
border-color css
<style>
span { border-color: #473749; }
span { border-color: rgb(71,55,73); }
td.TdClassName
{
border-color: #473749;
}
.TagClassName
{
border-color: #473749;
}
</style>