Shades of Bossanova #4D3750
Tints of Bossanova #4D3750
RGB
CMYK
RGB Variations
Color information
#4D3750 (or 0x4D3750) is known color: Bossanova. HEX triplet: 4D, 37 and 50. RGB value is (77,55,80). Sum of RGB (Red+Green+Blue) = 77+55+80=212 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.32% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 80 - color contains mainly: blue. Hex color #4D3750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3750 is #B2C8AF. Grayscale: #404040. Windows color (decimal): -11716784 or 5257037. OLE color: 5257037.
HSL color Cylindrical-coordinate representation of color #4D3750: hue angle of 292.8º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D3750 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 55 | 80 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.69 |
| HSL | 292.8º | 0.19% | 0.26% | - |
| HSV(B) | 292.8º | 0.31% | 0.31% | - |
| XYZ | 5.87 | 4.89 | 8.22 | - |
| YUV | 64.43 | 136.79 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 55 | 80 | 0.04 | 0.31 | 0 | 0.69 | 292.8 | 0.19 | 0.26 |
| Hex | 4D | 37 | 50 | 4 | 1F | 0 | 45 | 125 | 13 | 1A |
| Octal | 115 | 67 | 120 | 4 | 37 | 0 | 105 | 445 | 23 | 32 |
| Binary | 1001101 | 110111 | 1010000 | 100 | 11111 | 0 | 1000101 | 100100101 | 10011 | 11010 |
Color Harmonies of #4D3750
Complementary color
Monochromatic Colors of #4D3750
Black with #4D3750
Text Example
Text Example
White with #4D3750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3750; }
p { color: rgb(77,55,80); }
H1.HeaderClassName
{
color: #4D3750;
}
.AnyTagClassName
{
color: #4D3750;
}
</style>
background-color css
<style>
a { background-color: #4D3750; }
a { background-color: rgb(77,55,80); }
div.DivClassName
{
background-color: #4D3750;
}
.BgClassName
{
background-color: #4D3750;
}
</style>
border-color css
<style>
span { border-color: #4D3750; }
span { border-color: rgb(77,55,80); }
td.TdClassName
{
border-color: #4D3750;
}
.TagClassName
{
border-color: #4D3750;
}
</style>