Shades of Bossanova #4E3854
Tints of Bossanova #4E3854
RGB
CMYK
RGB Variations
Color information
#4E3854 (or 0x4E3854) is known color: Bossanova. HEX triplet: 4E, 38 and 54. RGB value is (78,56,84). Sum of RGB (Red+Green+Blue) = 78+56+84=218 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.78% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 84 - color contains mainly: blue. Hex color #4E3854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3854 is #B1C7AB. Grayscale: #414141. Windows color (decimal): -11650988 or 5519438. OLE color: 5519438.
HSL color Cylindrical-coordinate representation of color #4E3854: hue angle of 287.14º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4E3854 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 56 | 84 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.67 |
| HSL | 287.14º | 0.2% | 0.27% | - |
| HSV(B) | 287.14º | 0.33% | 0.33% | - |
| XYZ | 6.16 | 5.09 | 9.05 | - |
| YUV | 65.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 56 | 84 | 0.07 | 0.33 | 0 | 0.67 | 287.14 | 0.2 | 0.27 |
| Hex | 4E | 38 | 54 | 7 | 21 | 0 | 43 | 11F | 14 | 1B |
| Octal | 116 | 70 | 124 | 7 | 41 | 0 | 103 | 437 | 24 | 33 |
| Binary | 1001110 | 111000 | 1010100 | 111 | 100001 | 0 | 1000011 | 100011111 | 10100 | 11011 |
Color Harmonies of #4E3854
Complementary color
Monochromatic Colors of #4E3854
Black with #4E3854
Text Example
Text Example
White with #4E3854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3854; }
p { color: rgb(78,56,84); }
H1.HeaderClassName
{
color: #4E3854;
}
.AnyTagClassName
{
color: #4E3854;
}
</style>
background-color css
<style>
a { background-color: #4E3854; }
a { background-color: rgb(78,56,84); }
div.DivClassName
{
background-color: #4E3854;
}
.BgClassName
{
background-color: #4E3854;
}
</style>
border-color css
<style>
span { border-color: #4E3854; }
span { border-color: rgb(78,56,84); }
td.TdClassName
{
border-color: #4E3854;
}
.TagClassName
{
border-color: #4E3854;
}
</style>