Shades of Bossanova #4C404D
Tints of Bossanova #4C404D
RGB
CMYK
RGB Variations
Color information
#4C404D (or 0x4C404D) is known color: Bossanova. HEX triplet: 4C, 40 and 4D. RGB value is (76,64,77). Sum of RGB (Red+Green+Blue) = 76+64+77=217 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.02% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 77 - color contains mainly: blue. Hex color #4C404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C404D is #B3BFB2. Grayscale: #454545. Windows color (decimal): -11780019 or 5062732. OLE color: 5062732.
HSL color Cylindrical-coordinate representation of color #4C404D: hue angle of 295.38º 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 #4C404D is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 64 | 77 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.70 |
| HSL | 295.38º | 0.09% | 0.28% | - |
| HSV(B) | 295.38º | 0.17% | 0.3% | - |
| XYZ | 6.15 | 5.74 | 7.8 | - |
| YUV | 69.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 64 | 77 | 0.01 | 0.17 | 0 | 0.70 | 295.38 | 0.09 | 0.28 |
| Hex | 4C | 40 | 4D | 1 | 11 | 0 | 46 | 127 | 9 | 1C |
| Octal | 114 | 100 | 115 | 1 | 21 | 0 | 106 | 447 | 11 | 34 |
| Binary | 1001100 | 1000000 | 1001101 | 1 | 10001 | 0 | 1000110 | 100100111 | 1001 | 11100 |
Color Harmonies of #4C404D
Complementary color
Monochromatic Colors of #4C404D
Black with #4C404D
Text Example
Text Example
White with #4C404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C404D; }
p { color: rgb(76,64,77); }
H1.HeaderClassName
{
color: #4C404D;
}
.AnyTagClassName
{
color: #4C404D;
}
</style>
background-color css
<style>
a { background-color: #4C404D; }
a { background-color: rgb(76,64,77); }
div.DivClassName
{
background-color: #4C404D;
}
.BgClassName
{
background-color: #4C404D;
}
</style>
border-color css
<style>
span { border-color: #4C404D; }
span { border-color: rgb(76,64,77); }
td.TdClassName
{
border-color: #4C404D;
}
.TagClassName
{
border-color: #4C404D;
}
</style>