Shades of Bossanova #4E4651
Tints of Bossanova #4E4651
RGB
CMYK
RGB Variations
Color information
#4E4651 (or 0x4E4651) is known color: Bossanova. HEX triplet: 4E, 46 and 51. RGB value is (78,70,81). Sum of RGB (Red+Green+Blue) = 78+70+81=229 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.06% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 81 - color contains mainly: blue. Hex color #4E4651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4651 is #B1B9AE. Grayscale: #494949. Windows color (decimal): -11647407 or 5326414. OLE color: 5326414.
HSL color Cylindrical-coordinate representation of color #4E4651: hue angle of 283.64º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4E4651 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 78 | 70 | 81 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.68 |
| HSL | 283.64º | 0.07% | 0.3% | - |
| HSV(B) | 283.64º | 0.14% | 0.32% | - |
| XYZ | 6.82 | 6.59 | 8.7 | - |
| YUV | 73.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 70 | 81 | 0.04 | 0.14 | 0 | 0.68 | 283.64 | 0.07 | 0.3 |
| Hex | 4E | 46 | 51 | 4 | E | 0 | 44 | 11C | 7 | 1E |
| Octal | 116 | 106 | 121 | 4 | 16 | 0 | 104 | 434 | 7 | 36 |
| Binary | 1001110 | 1000110 | 1010001 | 100 | 1110 | 0 | 1000100 | 100011100 | 111 | 11110 |
Color Harmonies of #4E4651
Complementary color
Monochromatic Colors of #4E4651
Black with #4E4651
Text Example
Text Example
White with #4E4651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4651; }
p { color: rgb(78,70,81); }
H1.HeaderClassName
{
color: #4E4651;
}
.AnyTagClassName
{
color: #4E4651;
}
</style>
background-color css
<style>
a { background-color: #4E4651; }
a { background-color: rgb(78,70,81); }
div.DivClassName
{
background-color: #4E4651;
}
.BgClassName
{
background-color: #4E4651;
}
</style>
border-color css
<style>
span { border-color: #4E4651; }
span { border-color: rgb(78,70,81); }
td.TdClassName
{
border-color: #4E4651;
}
.TagClassName
{
border-color: #4E4651;
}
</style>