Shades of Bossanova #4E3B52
Tints of Bossanova #4E3B52
RGB
CMYK
RGB Variations
Color information
#4E3B52 (or 0x4E3B52) is known color: Bossanova. HEX triplet: 4E, 3B and 52. RGB value is (78,59,82). Sum of RGB (Red+Green+Blue) = 78+59+82=219 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.62% from 219); Green value is 59 (23.44% from 255 or 26.94% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 82 - color contains mainly: blue. Hex color #4E3B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3B52 is #B1C4AD. Grayscale: #434343. Windows color (decimal): -11650222 or 5389134. OLE color: 5389134.
HSL color Cylindrical-coordinate representation of color #4E3B52: hue angle of 289.57º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4E3B52 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 78 | 59 | 82 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.68 |
| HSL | 289.57º | 0.16% | 0.28% | - |
| HSV(B) | 289.57º | 0.28% | 0.32% | - |
| XYZ | 6.23 | 5.36 | 8.69 | - |
| YUV | 67.3 | 136.29 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 59 | 82 | 0.05 | 0.28 | 0 | 0.68 | 289.57 | 0.16 | 0.28 |
| Hex | 4E | 3B | 52 | 5 | 1C | 0 | 44 | 122 | 10 | 1C |
| Octal | 116 | 73 | 122 | 5 | 34 | 0 | 104 | 442 | 20 | 34 |
| Binary | 1001110 | 111011 | 1010010 | 101 | 11100 | 0 | 1000100 | 100100010 | 10000 | 11100 |
Color Harmonies of #4E3B52
Complementary color
Monochromatic Colors of #4E3B52
Black with #4E3B52
Text Example
Text Example
White with #4E3B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3B52; }
p { color: rgb(78,59,82); }
H1.HeaderClassName
{
color: #4E3B52;
}
.AnyTagClassName
{
color: #4E3B52;
}
</style>
background-color css
<style>
a { background-color: #4E3B52; }
a { background-color: rgb(78,59,82); }
div.DivClassName
{
background-color: #4E3B52;
}
.BgClassName
{
background-color: #4E3B52;
}
</style>
border-color css
<style>
span { border-color: #4E3B52; }
span { border-color: rgb(78,59,82); }
td.TdClassName
{
border-color: #4E3B52;
}
.TagClassName
{
border-color: #4E3B52;
}
</style>