Shades of Bossanova #4E4750
Tints of Bossanova #4E4750
RGB
CMYK
RGB Variations
Color information
#4E4750 (or 0x4E4750) is known color: Bossanova. HEX triplet: 4E, 47 and 50. RGB value is (78,71,80). Sum of RGB (Red+Green+Blue) = 78+71+80=229 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.06% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 80 - color contains mainly: blue. Hex color #4E4750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4750 is #B1B8AF. Grayscale: #4A4A4A. Windows color (decimal): -11647152 or 5261134. OLE color: 5261134.
HSL color Cylindrical-coordinate representation of color #4E4750: hue angle of 286.67º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4E4750 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 71 | 80 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.69 |
| HSL | 286.67º | 0.06% | 0.3% | - |
| HSV(B) | 286.67º | 0.11% | 0.31% | - |
| XYZ | 6.84 | 6.71 | 8.52 | - |
| YUV | 74.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 71 | 80 | 0.02 | 0.11 | 0 | 0.69 | 286.67 | 0.06 | 0.3 |
| Hex | 4E | 47 | 50 | 2 | B | 0 | 45 | 11F | 6 | 1E |
| Octal | 116 | 107 | 120 | 2 | 13 | 0 | 105 | 437 | 6 | 36 |
| Binary | 1001110 | 1000111 | 1010000 | 10 | 1011 | 0 | 1000101 | 100011111 | 110 | 11110 |
Color Harmonies of #4E4750
Complementary color
Monochromatic Colors of #4E4750
Black with #4E4750
Text Example
Text Example
White with #4E4750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4750; }
p { color: rgb(78,71,80); }
H1.HeaderClassName
{
color: #4E4750;
}
.AnyTagClassName
{
color: #4E4750;
}
</style>
background-color css
<style>
a { background-color: #4E4750; }
a { background-color: rgb(78,71,80); }
div.DivClassName
{
background-color: #4E4750;
}
.BgClassName
{
background-color: #4E4750;
}
</style>
border-color css
<style>
span { border-color: #4E4750; }
span { border-color: rgb(78,71,80); }
td.TdClassName
{
border-color: #4E4750;
}
.TagClassName
{
border-color: #4E4750;
}
</style>