Shades of Bossanova #4E4951
Tints of Bossanova #4E4951
RGB
CMYK
RGB Variations
Color information
#4E4951 (or 0x4E4951) is known color: Bossanova. HEX triplet: 4E, 49 and 51. RGB value is (78,73,81). Sum of RGB (Red+Green+Blue) = 78+73+81=232 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.62% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 81 - color contains mainly: blue. Hex color #4E4951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4951 is #B1B6AE. Grayscale: #4B4B4B. Windows color (decimal): -11646639 or 5327182. OLE color: 5327182.
HSL color Cylindrical-coordinate representation of color #4E4951: hue angle of 277.5º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4E4951 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 78 | 73 | 81 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.68 |
| HSL | 277.5º | 0.05% | 0.3% | - |
| HSV(B) | 277.5º | 0.1% | 0.32% | - |
| XYZ | 7.01 | 6.98 | 8.76 | - |
| YUV | 75.41 | 131.16 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 73 | 81 | 0.04 | 0.10 | 0 | 0.68 | 277.5 | 0.05 | 0.3 |
| Hex | 4E | 49 | 51 | 4 | A | 0 | 44 | 116 | 5 | 1E |
| Octal | 116 | 111 | 121 | 4 | 12 | 0 | 104 | 426 | 5 | 36 |
| Binary | 1001110 | 1001001 | 1010001 | 100 | 1010 | 0 | 1000100 | 100010110 | 101 | 11110 |
Color Harmonies of #4E4951
Complementary color
Monochromatic Colors of #4E4951
Black with #4E4951
Text Example
Text Example
White with #4E4951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4951; }
p { color: rgb(78,73,81); }
H1.HeaderClassName
{
color: #4E4951;
}
.AnyTagClassName
{
color: #4E4951;
}
</style>
background-color css
<style>
a { background-color: #4E4951; }
a { background-color: rgb(78,73,81); }
div.DivClassName
{
background-color: #4E4951;
}
.BgClassName
{
background-color: #4E4951;
}
</style>
border-color css
<style>
span { border-color: #4E4951; }
span { border-color: rgb(78,73,81); }
td.TdClassName
{
border-color: #4E4951;
}
.TagClassName
{
border-color: #4E4951;
}
</style>