Shades of Bossanova #4D434D
Tints of Bossanova #4D434D
RGB
CMYK
RGB Variations
Color information
#4D434D (or 0x4D434D) is known color: Bossanova. HEX triplet: 4D, 43 and 4D. RGB value is (77,67,77). Sum of RGB (Red+Green+Blue) = 77+67+77=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 77 - color contains mainly: red, blue. Hex color #4D434D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D434D is #B2BCB2. Grayscale: #474747. Windows color (decimal): -11713715 or 5063501. OLE color: 5063501.
HSL color Cylindrical-coordinate representation of color #4D434D: hue angle of 300º degrees, saturation: 0.07, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4D434D is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 67 | 77 | - |
| CMYK | 0 | 0.13 | 0 | 0.70 |
| HSL | 300º | 0.07% | 0.28% | - |
| HSV(B) | 300º | 0.13% | 0.3% | - |
| XYZ | 6.41 | 6.13 | 7.87 | - |
| YUV | 71.13 | 131.31 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 67 | 77 | 0 | 0.13 | 0 | 0.70 | 300 | 0.07 | 0.28 |
| Hex | 4D | 43 | 4D | 0 | D | 0 | 46 | 12C | 7 | 1C |
| Octal | 115 | 103 | 115 | 0 | 15 | 0 | 106 | 454 | 7 | 34 |
| Binary | 1001101 | 1000011 | 1001101 | 0 | 1101 | 0 | 1000110 | 100101100 | 111 | 11100 |
Color Harmonies of #4D434D
Complementary color
Monochromatic Colors of #4D434D
Black with #4D434D
Text Example
Text Example
White with #4D434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D434D; }
p { color: rgb(77,67,77); }
H1.HeaderClassName
{
color: #4D434D;
}
.AnyTagClassName
{
color: #4D434D;
}
</style>
background-color css
<style>
a { background-color: #4D434D; }
a { background-color: rgb(77,67,77); }
div.DivClassName
{
background-color: #4D434D;
}
.BgClassName
{
background-color: #4D434D;
}
</style>
border-color css
<style>
span { border-color: #4D434D; }
span { border-color: rgb(77,67,77); }
td.TdClassName
{
border-color: #4D434D;
}
.TagClassName
{
border-color: #4D434D;
}
</style>