Shades of Bossanova #4D4150
Tints of Bossanova #4D4150
RGB
CMYK
RGB Variations
Color information
#4D4150 (or 0x4D4150) is known color: Bossanova. HEX triplet: 4D, 41 and 50. RGB value is (77,65,80). Sum of RGB (Red+Green+Blue) = 77+65+80=222 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.68% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 80 - color contains mainly: blue. Hex color #4D4150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4150 is #B2BEAF. Grayscale: #464646. Windows color (decimal): -11714224 or 5259597. OLE color: 5259597.
HSL color Cylindrical-coordinate representation of color #4D4150: hue angle of 288º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4D4150 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 65 | 80 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.69 |
| HSL | 288º | 0.1% | 0.28% | - |
| HSV(B) | 288º | 0.19% | 0.31% | - |
| XYZ | 6.4 | 5.94 | 8.4 | - |
| YUV | 70.3 | 133.48 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 65 | 80 | 0.04 | 0.19 | 0 | 0.69 | 288 | 0.1 | 0.28 |
| Hex | 4D | 41 | 50 | 4 | 13 | 0 | 45 | 120 | A | 1C |
| Octal | 115 | 101 | 120 | 4 | 23 | 0 | 105 | 440 | 12 | 34 |
| Binary | 1001101 | 1000001 | 1010000 | 100 | 10011 | 0 | 1000101 | 100100000 | 1010 | 11100 |
Color Harmonies of #4D4150
Complementary color
Monochromatic Colors of #4D4150
Black with #4D4150
Text Example
Text Example
White with #4D4150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4150; }
p { color: rgb(77,65,80); }
H1.HeaderClassName
{
color: #4D4150;
}
.AnyTagClassName
{
color: #4D4150;
}
</style>
background-color css
<style>
a { background-color: #4D4150; }
a { background-color: rgb(77,65,80); }
div.DivClassName
{
background-color: #4D4150;
}
.BgClassName
{
background-color: #4D4150;
}
</style>
border-color css
<style>
span { border-color: #4D4150; }
span { border-color: rgb(77,65,80); }
td.TdClassName
{
border-color: #4D4150;
}
.TagClassName
{
border-color: #4D4150;
}
</style>