Shades of Bossanova #4E364F
Tints of Bossanova #4E364F
RGB
CMYK
RGB Variations
Color information
#4E364F (or 0x4E364F) is known color: Bossanova. HEX triplet: 4E, 36 and 4F. RGB value is (78,54,79). Sum of RGB (Red+Green+Blue) = 78+54+79=211 (27% of max value = 765). Red value is 78 (30.86% from 255 or 36.97% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 79 - color contains mainly: blue. Hex color #4E364F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E364F is #B1C9B0. Grayscale: #3F3F3F. Windows color (decimal): -11651505 or 5191246. OLE color: 5191246.
HSL color Cylindrical-coordinate representation of color #4E364F: hue angle of 297.6º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4E364F is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 54 | 79 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.69 |
| HSL | 297.6º | 0.19% | 0.26% | - |
| HSV(B) | 297.6º | 0.32% | 0.31% | - |
| XYZ | 5.87 | 4.82 | 8.02 | - |
| YUV | 64.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 54 | 79 | 0.01 | 0.32 | 0 | 0.69 | 297.6 | 0.19 | 0.26 |
| Hex | 4E | 36 | 4F | 1 | 20 | 0 | 45 | 12A | 13 | 1A |
| Octal | 116 | 66 | 117 | 1 | 40 | 0 | 105 | 452 | 23 | 32 |
| Binary | 1001110 | 110110 | 1001111 | 1 | 100000 | 0 | 1000101 | 100101010 | 10011 | 11010 |
Color Harmonies of #4E364F
Complementary color
Monochromatic Colors of #4E364F
Black with #4E364F
Text Example
Text Example
White with #4E364F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E364F; }
p { color: rgb(78,54,79); }
H1.HeaderClassName
{
color: #4E364F;
}
.AnyTagClassName
{
color: #4E364F;
}
</style>
background-color css
<style>
a { background-color: #4E364F; }
a { background-color: rgb(78,54,79); }
div.DivClassName
{
background-color: #4E364F;
}
.BgClassName
{
background-color: #4E364F;
}
</style>
border-color css
<style>
span { border-color: #4E364F; }
span { border-color: rgb(78,54,79); }
td.TdClassName
{
border-color: #4E364F;
}
.TagClassName
{
border-color: #4E364F;
}
</style>