Shades of Bossanova #4C454C
Tints of Bossanova #4C454C
RGB
CMYK
RGB Variations
Color information
#4C454C (or 0x4C454C) is known color: Bossanova. HEX triplet: 4C, 45 and 4C. RGB value is (76,69,76). Sum of RGB (Red+Green+Blue) = 76+69+76=221 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.39% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 76 - color contains mainly: red, blue. Hex color #4C454C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C454C is #B3BAB3. Grayscale: #474747. Windows color (decimal): -11778740 or 4998476. OLE color: 4998476.
HSL color Cylindrical-coordinate representation of color #4C454C: hue angle of 300º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4C454C is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 69 | 76 | - |
| CMYK | 0 | 0.09 | 0 | 0.70 |
| HSL | 300º | 0.05% | 0.28% | - |
| HSV(B) | 300º | 0.09% | 0.3% | - |
| XYZ | 6.41 | 6.31 | 7.72 | - |
| YUV | 71.89 | 130.32 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 69 | 76 | 0 | 0.09 | 0 | 0.70 | 300 | 0.05 | 0.28 |
| Hex | 4C | 45 | 4C | 0 | 9 | 0 | 46 | 12C | 5 | 1C |
| Octal | 114 | 105 | 114 | 0 | 11 | 0 | 106 | 454 | 5 | 34 |
| Binary | 1001100 | 1000101 | 1001100 | 0 | 1001 | 0 | 1000110 | 100101100 | 101 | 11100 |
Color Harmonies of #4C454C
Complementary color
Monochromatic Colors of #4C454C
Black with #4C454C
Text Example
Text Example
White with #4C454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C454C; }
p { color: rgb(76,69,76); }
H1.HeaderClassName
{
color: #4C454C;
}
.AnyTagClassName
{
color: #4C454C;
}
</style>
background-color css
<style>
a { background-color: #4C454C; }
a { background-color: rgb(76,69,76); }
div.DivClassName
{
background-color: #4C454C;
}
.BgClassName
{
background-color: #4C454C;
}
</style>
border-color css
<style>
span { border-color: #4C454C; }
span { border-color: rgb(76,69,76); }
td.TdClassName
{
border-color: #4C454C;
}
.TagClassName
{
border-color: #4C454C;
}
</style>