Shades of Bossanova #4E3B51
Tints of Bossanova #4E3B51
RGB
CMYK
RGB Variations
Color information
#4E3B51 (or 0x4E3B51) is known color: Bossanova. HEX triplet: 4E, 3B and 51. RGB value is (78,59,81). Sum of RGB (Red+Green+Blue) = 78+59+81=218 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.78% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 81 - color contains mainly: blue. Hex color #4E3B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3B51 is #B1C4AE. Grayscale: #434343. Windows color (decimal): -11650223 or 5323598. OLE color: 5323598.
HSL color Cylindrical-coordinate representation of color #4E3B51: hue angle of 291.82º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4E3B51 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 78 | 59 | 81 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.68 |
| HSL | 291.82º | 0.16% | 0.27% | - |
| HSV(B) | 291.82º | 0.27% | 0.32% | - |
| XYZ | 6.19 | 5.34 | 8.49 | - |
| YUV | 67.19 | 135.79 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 59 | 81 | 0.04 | 0.27 | 0 | 0.68 | 291.82 | 0.16 | 0.27 |
| Hex | 4E | 3B | 51 | 4 | 1B | 0 | 44 | 124 | 10 | 1B |
| Octal | 116 | 73 | 121 | 4 | 33 | 0 | 104 | 444 | 20 | 33 |
| Binary | 1001110 | 111011 | 1010001 | 100 | 11011 | 0 | 1000100 | 100100100 | 10000 | 11011 |
Color Harmonies of #4E3B51
Complementary color
Monochromatic Colors of #4E3B51
Black with #4E3B51
Text Example
Text Example
White with #4E3B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3B51; }
p { color: rgb(78,59,81); }
H1.HeaderClassName
{
color: #4E3B51;
}
.AnyTagClassName
{
color: #4E3B51;
}
</style>
background-color css
<style>
a { background-color: #4E3B51; }
a { background-color: rgb(78,59,81); }
div.DivClassName
{
background-color: #4E3B51;
}
.BgClassName
{
background-color: #4E3B51;
}
</style>
border-color css
<style>
span { border-color: #4E3B51; }
span { border-color: rgb(78,59,81); }
td.TdClassName
{
border-color: #4E3B51;
}
.TagClassName
{
border-color: #4E3B51;
}
</style>