Shades of Bossanova #4E3F50
Tints of Bossanova #4E3F50
RGB
CMYK
RGB Variations
Color information
#4E3F50 (or 0x4E3F50) is known color: Bossanova. HEX triplet: 4E, 3F and 50. RGB value is (78,63,80). Sum of RGB (Red+Green+Blue) = 78+63+80=221 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.29% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 80 - color contains mainly: blue. Hex color #4E3F50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3F50 is #B1C0AF. Grayscale: #454545. Windows color (decimal): -11649200 or 5259086. OLE color: 5259086.
HSL color Cylindrical-coordinate representation of color #4E3F50: hue angle of 292.94º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4E3F50 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 63 | 80 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.69 |
| HSL | 292.94º | 0.12% | 0.28% | - |
| HSV(B) | 292.94º | 0.21% | 0.31% | - |
| XYZ | 6.37 | 5.75 | 8.36 | - |
| YUV | 69.42 | 133.97 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 63 | 80 | 0.02 | 0.21 | 0 | 0.69 | 292.94 | 0.12 | 0.28 |
| Hex | 4E | 3F | 50 | 2 | 15 | 0 | 45 | 125 | C | 1C |
| Octal | 116 | 77 | 120 | 2 | 25 | 0 | 105 | 445 | 14 | 34 |
| Binary | 1001110 | 111111 | 1010000 | 10 | 10101 | 0 | 1000101 | 100100101 | 1100 | 11100 |
Color Harmonies of #4E3F50
Complementary color
Monochromatic Colors of #4E3F50
Black with #4E3F50
Text Example
Text Example
White with #4E3F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3F50; }
p { color: rgb(78,63,80); }
H1.HeaderClassName
{
color: #4E3F50;
}
.AnyTagClassName
{
color: #4E3F50;
}
</style>
background-color css
<style>
a { background-color: #4E3F50; }
a { background-color: rgb(78,63,80); }
div.DivClassName
{
background-color: #4E3F50;
}
.BgClassName
{
background-color: #4E3F50;
}
</style>
border-color css
<style>
span { border-color: #4E3F50; }
span { border-color: rgb(78,63,80); }
td.TdClassName
{
border-color: #4E3F50;
}
.TagClassName
{
border-color: #4E3F50;
}
</style>