Shades of Bossanova #4C464D
Tints of Bossanova #4C464D
RGB
CMYK
RGB Variations
Color information
#4C464D (or 0x4C464D) is known color: Bossanova. HEX triplet: 4C, 46 and 4D. RGB value is (76,70,77). Sum of RGB (Red+Green+Blue) = 76+70+77=223 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.08% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 77 - color contains mainly: blue. Hex color #4C464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C464D is #B3B9B2. Grayscale: #484848. Windows color (decimal): -11778483 or 5064268. OLE color: 5064268.
HSL color Cylindrical-coordinate representation of color #4C464D: hue angle of 291.43º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4C464D is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 70 | 77 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.70 |
| HSL | 291.43º | 0.05% | 0.29% | - |
| HSV(B) | 291.43º | 0.09% | 0.3% | - |
| XYZ | 6.51 | 6.45 | 7.92 | - |
| YUV | 72.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 70 | 77 | 0.01 | 0.09 | 0 | 0.70 | 291.43 | 0.05 | 0.29 |
| Hex | 4C | 46 | 4D | 1 | 9 | 0 | 46 | 123 | 5 | 1D |
| Octal | 114 | 106 | 115 | 1 | 11 | 0 | 106 | 443 | 5 | 35 |
| Binary | 1001100 | 1000110 | 1001101 | 1 | 1001 | 0 | 1000110 | 100100011 | 101 | 11101 |
Color Harmonies of #4C464D
Complementary color
Monochromatic Colors of #4C464D
Black with #4C464D
Text Example
Text Example
White with #4C464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C464D; }
p { color: rgb(76,70,77); }
H1.HeaderClassName
{
color: #4C464D;
}
.AnyTagClassName
{
color: #4C464D;
}
</style>
background-color css
<style>
a { background-color: #4C464D; }
a { background-color: rgb(76,70,77); }
div.DivClassName
{
background-color: #4C464D;
}
.BgClassName
{
background-color: #4C464D;
}
</style>
border-color css
<style>
span { border-color: #4C464D; }
span { border-color: rgb(76,70,77); }
td.TdClassName
{
border-color: #4C464D;
}
.TagClassName
{
border-color: #4C464D;
}
</style>