Shades of Bossanova #4E3F52
Tints of Bossanova #4E3F52
RGB
CMYK
RGB Variations
Color information
#4E3F52 (or 0x4E3F52) is known color: Bossanova. HEX triplet: 4E, 3F and 52. RGB value is (78,63,82). Sum of RGB (Red+Green+Blue) = 78+63+82=223 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.98% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 82 - color contains mainly: blue. Hex color #4E3F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3F52 is #B1C0AD. Grayscale: #454545. Windows color (decimal): -11649198 or 5390158. OLE color: 5390158.
HSL color Cylindrical-coordinate representation of color #4E3F52: hue angle of 287.37º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4E3F52 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 78 | 63 | 82 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.68 |
| HSL | 287.37º | 0.13% | 0.28% | - |
| HSV(B) | 287.37º | 0.23% | 0.32% | - |
| XYZ | 6.44 | 5.78 | 8.76 | - |
| YUV | 69.65 | 134.97 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 63 | 82 | 0.05 | 0.23 | 0 | 0.68 | 287.37 | 0.13 | 0.28 |
| Hex | 4E | 3F | 52 | 5 | 17 | 0 | 44 | 11F | D | 1C |
| Octal | 116 | 77 | 122 | 5 | 27 | 0 | 104 | 437 | 15 | 34 |
| Binary | 1001110 | 111111 | 1010010 | 101 | 10111 | 0 | 1000100 | 100011111 | 1101 | 11100 |
Color Harmonies of #4E3F52
Complementary color
Monochromatic Colors of #4E3F52
Black with #4E3F52
Text Example
Text Example
White with #4E3F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3F52; }
p { color: rgb(78,63,82); }
H1.HeaderClassName
{
color: #4E3F52;
}
.AnyTagClassName
{
color: #4E3F52;
}
</style>
background-color css
<style>
a { background-color: #4E3F52; }
a { background-color: rgb(78,63,82); }
div.DivClassName
{
background-color: #4E3F52;
}
.BgClassName
{
background-color: #4E3F52;
}
</style>
border-color css
<style>
span { border-color: #4E3F52; }
span { border-color: rgb(78,63,82); }
td.TdClassName
{
border-color: #4E3F52;
}
.TagClassName
{
border-color: #4E3F52;
}
</style>