Shades of Bossanova #4E4650
Tints of Bossanova #4E4650
RGB
CMYK
RGB Variations
Color information
#4E4650 (or 0x4E4650) is known color: Bossanova. HEX triplet: 4E, 46 and 50. RGB value is (78,70,80). Sum of RGB (Red+Green+Blue) = 78+70+80=228 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.21% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 80 - color contains mainly: blue. Hex color #4E4650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4650 is #B1B9AF. Grayscale: #494949. Windows color (decimal): -11647408 or 5260878. OLE color: 5260878.
HSL color Cylindrical-coordinate representation of color #4E4650: hue angle of 288º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4E4650 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 70 | 80 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.69 |
| HSL | 288º | 0.07% | 0.29% | - |
| HSV(B) | 288º | 0.13% | 0.31% | - |
| XYZ | 6.78 | 6.58 | 8.5 | - |
| YUV | 73.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 70 | 80 | 0.02 | 0.12 | 0 | 0.69 | 288 | 0.07 | 0.29 |
| Hex | 4E | 46 | 50 | 2 | C | 0 | 45 | 120 | 7 | 1D |
| Octal | 116 | 106 | 120 | 2 | 14 | 0 | 105 | 440 | 7 | 35 |
| Binary | 1001110 | 1000110 | 1010000 | 10 | 1100 | 0 | 1000101 | 100100000 | 111 | 11101 |
Color Harmonies of #4E4650
Complementary color
Monochromatic Colors of #4E4650
Black with #4E4650
Text Example
Text Example
White with #4E4650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4650; }
p { color: rgb(78,70,80); }
H1.HeaderClassName
{
color: #4E4650;
}
.AnyTagClassName
{
color: #4E4650;
}
</style>
background-color css
<style>
a { background-color: #4E4650; }
a { background-color: rgb(78,70,80); }
div.DivClassName
{
background-color: #4E4650;
}
.BgClassName
{
background-color: #4E4650;
}
</style>
border-color css
<style>
span { border-color: #4E4650; }
span { border-color: rgb(78,70,80); }
td.TdClassName
{
border-color: #4E4650;
}
.TagClassName
{
border-color: #4E4650;
}
</style>