Shades of Bossanova #47374C
Tints of Bossanova #47374C
RGB
CMYK
RGB Variations
Color information
#47374C (or 0x47374C) is known color: Bossanova. HEX triplet: 47, 37 and 4C. RGB value is (71,55,76). Sum of RGB (Red+Green+Blue) = 71+55+76=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 76 - color contains mainly: blue. Hex color #47374C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47374C is #B8C8B3. Grayscale: #3E3E3E. Windows color (decimal): -12110004 or 4994887. OLE color: 4994887.
HSL color Cylindrical-coordinate representation of color #47374C: hue angle of 285.71º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #47374C is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 55 | 76 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.70 |
| HSL | 285.71º | 0.16% | 0.26% | - |
| HSV(B) | 285.71º | 0.28% | 0.3% | - |
| XYZ | 5.27 | 4.59 | 7.45 | - |
| YUV | 62.18 | 135.8 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 55 | 76 | 0.07 | 0.28 | 0 | 0.70 | 285.71 | 0.16 | 0.26 |
| Hex | 47 | 37 | 4C | 7 | 1C | 0 | 46 | 11E | 10 | 1A |
| Octal | 107 | 67 | 114 | 7 | 34 | 0 | 106 | 436 | 20 | 32 |
| Binary | 1000111 | 110111 | 1001100 | 111 | 11100 | 0 | 1000110 | 100011110 | 10000 | 11010 |
Color Harmonies of #47374C
Complementary color
Monochromatic Colors of #47374C
Black with #47374C
Text Example
Text Example
White with #47374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47374C; }
p { color: rgb(71,55,76); }
H1.HeaderClassName
{
color: #47374C;
}
.AnyTagClassName
{
color: #47374C;
}
</style>
background-color css
<style>
a { background-color: #47374C; }
a { background-color: rgb(71,55,76); }
div.DivClassName
{
background-color: #47374C;
}
.BgClassName
{
background-color: #47374C;
}
</style>
border-color css
<style>
span { border-color: #47374C; }
span { border-color: rgb(71,55,76); }
td.TdClassName
{
border-color: #47374C;
}
.TagClassName
{
border-color: #47374C;
}
</style>