Shades of Bossanova #4E4550
Tints of Bossanova #4E4550
RGB
CMYK
RGB Variations
Color information
#4E4550 (or 0x4E4550) is known color: Bossanova. HEX triplet: 4E, 45 and 50. RGB value is (78,69,80). Sum of RGB (Red+Green+Blue) = 78+69+80=227 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.36% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 80 - color contains mainly: blue. Hex color #4E4550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4550 is #B1BAAF. Grayscale: #484848. Windows color (decimal): -11647664 or 5260622. OLE color: 5260622.
HSL color Cylindrical-coordinate representation of color #4E4550: hue angle of 289.09º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4E4550 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 69 | 80 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.69 |
| HSL | 289.09º | 0.07% | 0.29% | - |
| HSV(B) | 289.09º | 0.14% | 0.31% | - |
| XYZ | 6.72 | 6.46 | 8.48 | - |
| YUV | 72.95 | 131.98 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 69 | 80 | 0.02 | 0.14 | 0 | 0.69 | 289.09 | 0.07 | 0.29 |
| Hex | 4E | 45 | 50 | 2 | E | 0 | 45 | 121 | 7 | 1D |
| Octal | 116 | 105 | 120 | 2 | 16 | 0 | 105 | 441 | 7 | 35 |
| Binary | 1001110 | 1000101 | 1010000 | 10 | 1110 | 0 | 1000101 | 100100001 | 111 | 11101 |
Color Harmonies of #4E4550
Complementary color
Monochromatic Colors of #4E4550
Black with #4E4550
Text Example
Text Example
White with #4E4550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4550; }
p { color: rgb(78,69,80); }
H1.HeaderClassName
{
color: #4E4550;
}
.AnyTagClassName
{
color: #4E4550;
}
</style>
background-color css
<style>
a { background-color: #4E4550; }
a { background-color: rgb(78,69,80); }
div.DivClassName
{
background-color: #4E4550;
}
.BgClassName
{
background-color: #4E4550;
}
</style>
border-color css
<style>
span { border-color: #4E4550; }
span { border-color: rgb(78,69,80); }
td.TdClassName
{
border-color: #4E4550;
}
.TagClassName
{
border-color: #4E4550;
}
</style>