Shades of Bossanova #4E3850
Tints of Bossanova #4E3850
RGB
CMYK
RGB Variations
Color information
#4E3850 (or 0x4E3850) is known color: Bossanova. HEX triplet: 4E, 38 and 50. RGB value is (78,56,80). Sum of RGB (Red+Green+Blue) = 78+56+80=214 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.45% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 80 - color contains mainly: blue. Hex color #4E3850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3850 is #B1C7AF. Grayscale: #414141. Windows color (decimal): -11650992 or 5257294. OLE color: 5257294.
HSL color Cylindrical-coordinate representation of color #4E3850: hue angle of 295º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4E3850 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 56 | 80 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.69 |
| HSL | 295º | 0.18% | 0.27% | - |
| HSV(B) | 295º | 0.3% | 0.31% | - |
| XYZ | 6 | 5.03 | 8.24 | - |
| YUV | 65.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 56 | 80 | 0.02 | 0.30 | 0 | 0.69 | 295 | 0.18 | 0.27 |
| Hex | 4E | 38 | 50 | 2 | 1E | 0 | 45 | 127 | 12 | 1B |
| Octal | 116 | 70 | 120 | 2 | 36 | 0 | 105 | 447 | 22 | 33 |
| Binary | 1001110 | 111000 | 1010000 | 10 | 11110 | 0 | 1000101 | 100100111 | 10010 | 11011 |
Color Harmonies of #4E3850
Complementary color
Monochromatic Colors of #4E3850
Black with #4E3850
Text Example
Text Example
White with #4E3850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3850; }
p { color: rgb(78,56,80); }
H1.HeaderClassName
{
color: #4E3850;
}
.AnyTagClassName
{
color: #4E3850;
}
</style>
background-color css
<style>
a { background-color: #4E3850; }
a { background-color: rgb(78,56,80); }
div.DivClassName
{
background-color: #4E3850;
}
.BgClassName
{
background-color: #4E3850;
}
</style>
border-color css
<style>
span { border-color: #4E3850; }
span { border-color: rgb(78,56,80); }
td.TdClassName
{
border-color: #4E3850;
}
.TagClassName
{
border-color: #4E3850;
}
</style>