Shades of Bossanova #4D4550
Tints of Bossanova #4D4550
RGB
CMYK
RGB Variations
Color information
#4D4550 (or 0x4D4550) is known color: Bossanova. HEX triplet: 4D, 45 and 50. RGB value is (77,69,80). Sum of RGB (Red+Green+Blue) = 77+69+80=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 80 - color contains mainly: blue. Hex color #4D4550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4550 is #B2BAAF. Grayscale: #484848. Windows color (decimal): -11713200 or 5260621. OLE color: 5260621.
HSL color Cylindrical-coordinate representation of color #4D4550: hue angle of 283.64º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4D4550 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 69 | 80 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.69 |
| HSL | 283.64º | 0.07% | 0.29% | - |
| HSV(B) | 283.64º | 0.14% | 0.31% | - |
| XYZ | 6.64 | 6.41 | 8.48 | - |
| YUV | 72.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 69 | 80 | 0.04 | 0.14 | 0 | 0.69 | 283.64 | 0.07 | 0.29 |
| Hex | 4D | 45 | 50 | 4 | E | 0 | 45 | 11C | 7 | 1D |
| Octal | 115 | 105 | 120 | 4 | 16 | 0 | 105 | 434 | 7 | 35 |
| Binary | 1001101 | 1000101 | 1010000 | 100 | 1110 | 0 | 1000101 | 100011100 | 111 | 11101 |
Color Harmonies of #4D4550
Complementary color
Monochromatic Colors of #4D4550
Black with #4D4550
Text Example
Text Example
White with #4D4550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4550; }
p { color: rgb(77,69,80); }
H1.HeaderClassName
{
color: #4D4550;
}
.AnyTagClassName
{
color: #4D4550;
}
</style>
background-color css
<style>
a { background-color: #4D4550; }
a { background-color: rgb(77,69,80); }
div.DivClassName
{
background-color: #4D4550;
}
.BgClassName
{
background-color: #4D4550;
}
</style>
border-color css
<style>
span { border-color: #4D4550; }
span { border-color: rgb(77,69,80); }
td.TdClassName
{
border-color: #4D4550;
}
.TagClassName
{
border-color: #4D4550;
}
</style>