Shades of Bossanova #4C484C
Tints of Bossanova #4C484C
RGB
CMYK
RGB Variations
Color information
#4C484C (or 0x4C484C) is known color: Bossanova. HEX triplet: 4C, 48 and 4C. RGB value is (76,72,76). Sum of RGB (Red+Green+Blue) = 76+72+76=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 76 - color contains mainly: red, blue. Hex color #4C484C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C484C is #B3B7B3. Grayscale: #494949. Windows color (decimal): -11777972 or 4999244. OLE color: 4999244.
HSL color Cylindrical-coordinate representation of color #4C484C: 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 #4C484C is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 72 | 76 | - |
| CMYK | 0 | 0.05 | 0 | 0.70 |
| HSL | 300º | 0.03% | 0.29% | - |
| HSV(B) | 300º | 0.05% | 0.3% | - |
| XYZ | 6.6 | 6.69 | 7.78 | - |
| YUV | 73.65 | 129.33 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 72 | 76 | 0 | 0.05 | 0 | 0.70 | 300 | 0.03 | 0.29 |
| Hex | 4C | 48 | 4C | 0 | 5 | 0 | 46 | 12C | 3 | 1D |
| Octal | 114 | 110 | 114 | 0 | 5 | 0 | 106 | 454 | 3 | 35 |
| Binary | 1001100 | 1001000 | 1001100 | 0 | 101 | 0 | 1000110 | 100101100 | 11 | 11101 |
Color Harmonies of #4C484C
Complementary color
Monochromatic Colors of #4C484C
Black with #4C484C
Text Example
Text Example
White with #4C484C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C484C; }
p { color: rgb(76,72,76); }
H1.HeaderClassName
{
color: #4C484C;
}
.AnyTagClassName
{
color: #4C484C;
}
</style>
background-color css
<style>
a { background-color: #4C484C; }
a { background-color: rgb(76,72,76); }
div.DivClassName
{
background-color: #4C484C;
}
.BgClassName
{
background-color: #4C484C;
}
</style>
border-color css
<style>
span { border-color: #4C484C; }
span { border-color: rgb(76,72,76); }
td.TdClassName
{
border-color: #4C484C;
}
.TagClassName
{
border-color: #4C484C;
}
</style>