Shades of Bossanova #4E374D
Tints of Bossanova #4E374D
RGB
CMYK
RGB Variations
Color information
#4E374D (or 0x4E374D) is known color: Bossanova. HEX triplet: 4E, 37 and 4D. RGB value is (78,55,77). Sum of RGB (Red+Green+Blue) = 78+55+77=210 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.14% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 78 - color contains mainly: red. Hex color #4E374D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E374D is #B1C8B2. Grayscale: #404040. Windows color (decimal): -11651251 or 5060430. OLE color: 5060430.
HSL color Cylindrical-coordinate representation of color #4E374D: hue angle of 302.61º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4E374D is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 55 | 77 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.69 |
| HSL | 302.61º | 0.17% | 0.26% | - |
| HSV(B) | 302.61º | 0.29% | 0.31% | - |
| XYZ | 5.85 | 4.89 | 7.66 | - |
| YUV | 64.39 | 135.12 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 55 | 77 | 0 | 0.29 | 0.01 | 0.69 | 302.61 | 0.17 | 0.26 |
| Hex | 4E | 37 | 4D | 0 | 1D | 1 | 45 | 12F | 11 | 1A |
| Octal | 116 | 67 | 115 | 0 | 35 | 1 | 105 | 457 | 21 | 32 |
| Binary | 1001110 | 110111 | 1001101 | 0 | 11101 | 1 | 1000101 | 100101111 | 10001 | 11010 |
Color Harmonies of #4E374D
Complementary color
Monochromatic Colors of #4E374D
Black with #4E374D
Text Example
Text Example
White with #4E374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E374D; }
p { color: rgb(78,55,77); }
H1.HeaderClassName
{
color: #4E374D;
}
.AnyTagClassName
{
color: #4E374D;
}
</style>
background-color css
<style>
a { background-color: #4E374D; }
a { background-color: rgb(78,55,77); }
div.DivClassName
{
background-color: #4E374D;
}
.BgClassName
{
background-color: #4E374D;
}
</style>
border-color css
<style>
span { border-color: #4E374D; }
span { border-color: rgb(78,55,77); }
td.TdClassName
{
border-color: #4E374D;
}
.TagClassName
{
border-color: #4E374D;
}
</style>