Shades of Bossanova #4C3A51
Tints of Bossanova #4C3A51
RGB
CMYK
RGB Variations
Color information
#4C3A51 (or 0x4C3A51) is known color: Bossanova. HEX triplet: 4C, 3A and 51. RGB value is (76,58,81). Sum of RGB (Red+Green+Blue) = 76+58+81=215 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.35% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 81 - color contains mainly: blue. Hex color #4C3A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3A51 is #B3C5AE. Grayscale: #414141. Windows color (decimal): -11781551 or 5323340. OLE color: 5323340.
HSL color Cylindrical-coordinate representation of color #4C3A51: hue angle of 286.96º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4C3A51 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 76 | 58 | 81 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.68 |
| HSL | 286.96º | 0.17% | 0.27% | - |
| HSV(B) | 286.96º | 0.28% | 0.32% | - |
| XYZ | 5.98 | 5.16 | 8.46 | - |
| YUV | 66 | 136.46 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 58 | 81 | 0.06 | 0.28 | 0 | 0.68 | 286.96 | 0.17 | 0.27 |
| Hex | 4C | 3A | 51 | 6 | 1C | 0 | 44 | 11F | 11 | 1B |
| Octal | 114 | 72 | 121 | 6 | 34 | 0 | 104 | 437 | 21 | 33 |
| Binary | 1001100 | 111010 | 1010001 | 110 | 11100 | 0 | 1000100 | 100011111 | 10001 | 11011 |
Color Harmonies of #4C3A51
Complementary color
Monochromatic Colors of #4C3A51
Black with #4C3A51
Text Example
Text Example
White with #4C3A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3A51; }
p { color: rgb(76,58,81); }
H1.HeaderClassName
{
color: #4C3A51;
}
.AnyTagClassName
{
color: #4C3A51;
}
</style>
background-color css
<style>
a { background-color: #4C3A51; }
a { background-color: rgb(76,58,81); }
div.DivClassName
{
background-color: #4C3A51;
}
.BgClassName
{
background-color: #4C3A51;
}
</style>
border-color css
<style>
span { border-color: #4C3A51; }
span { border-color: rgb(76,58,81); }
td.TdClassName
{
border-color: #4C3A51;
}
.TagClassName
{
border-color: #4C3A51;
}
</style>