Shades of Bossanova #4E4551
Tints of Bossanova #4E4551
RGB
CMYK
RGB Variations
Color information
#4E4551 (or 0x4E4551) is known color: Bossanova. HEX triplet: 4E, 45 and 51. RGB value is (78,69,81). Sum of RGB (Red+Green+Blue) = 78+69+81=228 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.21% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 81 - color contains mainly: blue. Hex color #4E4551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4551 is #B1BAAE. Grayscale: #494949. Windows color (decimal): -11647663 or 5326158. OLE color: 5326158.
HSL color Cylindrical-coordinate representation of color #4E4551: hue angle of 285º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4E4551 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 78 | 69 | 81 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.68 |
| HSL | 285º | 0.08% | 0.29% | - |
| HSV(B) | 285º | 0.15% | 0.32% | - |
| XYZ | 6.76 | 6.47 | 8.68 | - |
| YUV | 73.06 | 132.48 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 69 | 81 | 0.04 | 0.15 | 0 | 0.68 | 285 | 0.08 | 0.29 |
| Hex | 4E | 45 | 51 | 4 | F | 0 | 44 | 11D | 8 | 1D |
| Octal | 116 | 105 | 121 | 4 | 17 | 0 | 104 | 435 | 10 | 35 |
| Binary | 1001110 | 1000101 | 1010001 | 100 | 1111 | 0 | 1000100 | 100011101 | 1000 | 11101 |
Color Harmonies of #4E4551
Complementary color
Monochromatic Colors of #4E4551
Black with #4E4551
Text Example
Text Example
White with #4E4551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4551; }
p { color: rgb(78,69,81); }
H1.HeaderClassName
{
color: #4E4551;
}
.AnyTagClassName
{
color: #4E4551;
}
</style>
background-color css
<style>
a { background-color: #4E4551; }
a { background-color: rgb(78,69,81); }
div.DivClassName
{
background-color: #4E4551;
}
.BgClassName
{
background-color: #4E4551;
}
</style>
border-color css
<style>
span { border-color: #4E4551; }
span { border-color: rgb(78,69,81); }
td.TdClassName
{
border-color: #4E4551;
}
.TagClassName
{
border-color: #4E4551;
}
</style>