Shades of Bossanova #4D494D
Tints of Bossanova #4D494D
RGB
CMYK
RGB Variations
Color information
#4D494D (or 0x4D494D) is known color: Bossanova. HEX triplet: 4D, 49 and 4D. RGB value is (77,73,77). Sum of RGB (Red+Green+Blue) = 77+73+77=227 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.92% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 77 - color contains mainly: red, blue. Hex color #4D494D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D494D is #B2B6B2. Grayscale: #4A4A4A. Windows color (decimal): -11712179 or 5065037. OLE color: 5065037.
HSL color Cylindrical-coordinate representation of color #4D494D: hue angle of 300º degrees, saturation: 0.03, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #4D494D is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 73 | 77 | - |
| CMYK | 0 | 0.05 | 0 | 0.70 |
| HSL | 300º | 0.03% | 0.29% | - |
| HSV(B) | 300º | 0.05% | 0.3% | - |
| XYZ | 6.78 | 6.88 | 7.99 | - |
| YUV | 74.65 | 129.33 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 73 | 77 | 0 | 0.05 | 0 | 0.70 | 300 | 0.03 | 0.29 |
| Hex | 4D | 49 | 4D | 0 | 5 | 0 | 46 | 12C | 3 | 1D |
| Octal | 115 | 111 | 115 | 0 | 5 | 0 | 106 | 454 | 3 | 35 |
| Binary | 1001101 | 1001001 | 1001101 | 0 | 101 | 0 | 1000110 | 100101100 | 11 | 11101 |
Color Harmonies of #4D494D
Complementary color
Monochromatic Colors of #4D494D
Black with #4D494D
Text Example
Text Example
White with #4D494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D494D; }
p { color: rgb(77,73,77); }
H1.HeaderClassName
{
color: #4D494D;
}
.AnyTagClassName
{
color: #4D494D;
}
</style>
background-color css
<style>
a { background-color: #4D494D; }
a { background-color: rgb(77,73,77); }
div.DivClassName
{
background-color: #4D494D;
}
.BgClassName
{
background-color: #4D494D;
}
</style>
border-color css
<style>
span { border-color: #4D494D; }
span { border-color: rgb(77,73,77); }
td.TdClassName
{
border-color: #4D494D;
}
.TagClassName
{
border-color: #4D494D;
}
</style>