Shades of Bossanova #4C3951
Tints of Bossanova #4C3951
RGB
CMYK
RGB Variations
Color information
#4C3951 (or 0x4C3951) is known color: Bossanova. HEX triplet: 4C, 39 and 51. RGB value is (76,57,81). Sum of RGB (Red+Green+Blue) = 76+57+81=214 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.51% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 81 - color contains mainly: blue. Hex color #4C3951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3951 is #B3C6AE. Grayscale: #414141. Windows color (decimal): -11781807 or 5323084. OLE color: 5323084.
HSL color Cylindrical-coordinate representation of color #4C3951: hue angle of 287.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4C3951 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 76 | 57 | 81 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.68 |
| HSL | 287.5º | 0.17% | 0.27% | - |
| HSV(B) | 287.5º | 0.3% | 0.32% | - |
| XYZ | 5.93 | 5.06 | 8.45 | - |
| YUV | 65.42 | 136.79 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 57 | 81 | 0.06 | 0.30 | 0 | 0.68 | 287.5 | 0.17 | 0.27 |
| Hex | 4C | 39 | 51 | 6 | 1E | 0 | 44 | 120 | 11 | 1B |
| Octal | 114 | 71 | 121 | 6 | 36 | 0 | 104 | 440 | 21 | 33 |
| Binary | 1001100 | 111001 | 1010001 | 110 | 11110 | 0 | 1000100 | 100100000 | 10001 | 11011 |
Color Harmonies of #4C3951
Complementary color
Monochromatic Colors of #4C3951
Black with #4C3951
Text Example
Text Example
White with #4C3951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3951; }
p { color: rgb(76,57,81); }
H1.HeaderClassName
{
color: #4C3951;
}
.AnyTagClassName
{
color: #4C3951;
}
</style>
background-color css
<style>
a { background-color: #4C3951; }
a { background-color: rgb(76,57,81); }
div.DivClassName
{
background-color: #4C3951;
}
.BgClassName
{
background-color: #4C3951;
}
</style>
border-color css
<style>
span { border-color: #4C3951; }
span { border-color: rgb(76,57,81); }
td.TdClassName
{
border-color: #4C3951;
}
.TagClassName
{
border-color: #4C3951;
}
</style>