Shades of Bossanova #473C4C
Tints of Bossanova #473C4C
RGB
CMYK
RGB Variations
Color information
#473C4C (or 0x473C4C) is known color: Bossanova. HEX triplet: 47, 3C and 4C. RGB value is (71,60,76). Sum of RGB (Red+Green+Blue) = 71+60+76=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 76 - color contains mainly: blue. Hex color #473C4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473C4C is #B8C3B3. Grayscale: #414141. Windows color (decimal): -12108724 or 4996167. OLE color: 4996167.
HSL color Cylindrical-coordinate representation of color #473C4C: hue angle of 281.25º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #473C4C is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 60 | 76 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.70 |
| HSL | 281.25º | 0.12% | 0.27% | - |
| HSV(B) | 281.25º | 0.21% | 0.3% | - |
| XYZ | 5.52 | 5.09 | 7.53 | - |
| YUV | 65.11 | 134.14 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 60 | 76 | 0.07 | 0.21 | 0 | 0.70 | 281.25 | 0.12 | 0.27 |
| Hex | 47 | 3C | 4C | 7 | 15 | 0 | 46 | 119 | C | 1B |
| Octal | 107 | 74 | 114 | 7 | 25 | 0 | 106 | 431 | 14 | 33 |
| Binary | 1000111 | 111100 | 1001100 | 111 | 10101 | 0 | 1000110 | 100011001 | 1100 | 11011 |
Color Harmonies of #473C4C
Complementary color
Monochromatic Colors of #473C4C
Black with #473C4C
Text Example
Text Example
White with #473C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473C4C; }
p { color: rgb(71,60,76); }
H1.HeaderClassName
{
color: #473C4C;
}
.AnyTagClassName
{
color: #473C4C;
}
</style>
background-color css
<style>
a { background-color: #473C4C; }
a { background-color: rgb(71,60,76); }
div.DivClassName
{
background-color: #473C4C;
}
.BgClassName
{
background-color: #473C4C;
}
</style>
border-color css
<style>
span { border-color: #473C4C; }
span { border-color: rgb(71,60,76); }
td.TdClassName
{
border-color: #473C4C;
}
.TagClassName
{
border-color: #473C4C;
}
</style>