Shades of Bossanova #4D424D
Tints of Bossanova #4D424D
RGB
CMYK
RGB Variations
Color information
#4D424D (or 0x4D424D) is known color: Bossanova. HEX triplet: 4D, 42 and 4D. RGB value is (77,66,77). Sum of RGB (Red+Green+Blue) = 77+66+77=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 77 - color contains mainly: red, blue. Hex color #4D424D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D424D is #B2BDB2. Grayscale: #464646. Windows color (decimal): -11713971 or 5063245. OLE color: 5063245.
HSL color Cylindrical-coordinate representation of color #4D424D: hue angle of 300º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4D424D is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 66 | 77 | - |
| CMYK | 0 | 0.14 | 0 | 0.70 |
| HSL | 300º | 0.08% | 0.28% | - |
| HSV(B) | 300º | 0.14% | 0.3% | - |
| XYZ | 6.35 | 6.01 | 7.85 | - |
| YUV | 70.54 | 131.64 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 66 | 77 | 0 | 0.14 | 0 | 0.70 | 300 | 0.08 | 0.28 |
| Hex | 4D | 42 | 4D | 0 | E | 0 | 46 | 12C | 8 | 1C |
| Octal | 115 | 102 | 115 | 0 | 16 | 0 | 106 | 454 | 10 | 34 |
| Binary | 1001101 | 1000010 | 1001101 | 0 | 1110 | 0 | 1000110 | 100101100 | 1000 | 11100 |
Color Harmonies of #4D424D
Complementary color
Monochromatic Colors of #4D424D
Black with #4D424D
Text Example
Text Example
White with #4D424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D424D; }
p { color: rgb(77,66,77); }
H1.HeaderClassName
{
color: #4D424D;
}
.AnyTagClassName
{
color: #4D424D;
}
</style>
background-color css
<style>
a { background-color: #4D424D; }
a { background-color: rgb(77,66,77); }
div.DivClassName
{
background-color: #4D424D;
}
.BgClassName
{
background-color: #4D424D;
}
</style>
border-color css
<style>
span { border-color: #4D424D; }
span { border-color: rgb(77,66,77); }
td.TdClassName
{
border-color: #4D424D;
}
.TagClassName
{
border-color: #4D424D;
}
</style>