Shades of Bossanova #4D404D
Tints of Bossanova #4D404D
RGB
CMYK
RGB Variations
Color information
#4D404D (or 0x4D404D) is known color: Bossanova. HEX triplet: 4D, 40 and 4D. RGB value is (77,64,77). Sum of RGB (Red+Green+Blue) = 77+64+77=218 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.32% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 77 - color contains mainly: red, blue. Hex color #4D404D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D404D is #B2BFB2. Grayscale: #454545. Windows color (decimal): -11714483 or 5062733. OLE color: 5062733.
HSL color Cylindrical-coordinate representation of color #4D404D: hue angle of 300º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4D404D is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 64 | 77 | - |
| CMYK | 0 | 0.17 | 0 | 0.70 |
| HSL | 300º | 0.09% | 0.28% | - |
| HSV(B) | 300º | 0.17% | 0.3% | - |
| XYZ | 6.23 | 5.78 | 7.81 | - |
| YUV | 69.37 | 132.31 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 64 | 77 | 0 | 0.17 | 0 | 0.70 | 300 | 0.09 | 0.28 |
| Hex | 4D | 40 | 4D | 0 | 11 | 0 | 46 | 12C | 9 | 1C |
| Octal | 115 | 100 | 115 | 0 | 21 | 0 | 106 | 454 | 11 | 34 |
| Binary | 1001101 | 1000000 | 1001101 | 0 | 10001 | 0 | 1000110 | 100101100 | 1001 | 11100 |
Color Harmonies of #4D404D
Complementary color
Monochromatic Colors of #4D404D
Black with #4D404D
Text Example
Text Example
White with #4D404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D404D; }
p { color: rgb(77,64,77); }
H1.HeaderClassName
{
color: #4D404D;
}
.AnyTagClassName
{
color: #4D404D;
}
</style>
background-color css
<style>
a { background-color: #4D404D; }
a { background-color: rgb(77,64,77); }
div.DivClassName
{
background-color: #4D404D;
}
.BgClassName
{
background-color: #4D404D;
}
</style>
border-color css
<style>
span { border-color: #4D404D; }
span { border-color: rgb(77,64,77); }
td.TdClassName
{
border-color: #4D404D;
}
.TagClassName
{
border-color: #4D404D;
}
</style>