Shades of Bossanova #4C4B4C
Tints of Bossanova #4C4B4C
RGB
CMYK
RGB Variations
Color information
#4C4B4C (or 0x4C4B4C) is known color: Bossanova. HEX triplet: 4C, 4B and 4C. RGB value is (76,75,76). Sum of RGB (Red+Green+Blue) = 76+75+76=227 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.48% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 76 - color contains mainly: red, blue. Hex color #4C4B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4B4C is #B3B4B3. Grayscale: #4B4B4B. Windows color (decimal): -11777204 or 5000012. OLE color: 5000012.
HSL color Cylindrical-coordinate representation of color #4C4B4C: hue angle of 300º degrees, saturation: 0.01, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #4C4B4C is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 75 | 76 | - |
| CMYK | 0 | 0.01 | 0 | 0.70 |
| HSL | 300º | 0.01% | 0.3% | - |
| HSV(B) | 300º | 0.01% | 0.3% | - |
| XYZ | 6.8 | 7.09 | 7.85 | - |
| YUV | 75.41 | 128.33 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 75 | 76 | 0 | 0.01 | 0 | 0.70 | 300 | 0.01 | 0.3 |
| Hex | 4C | 4B | 4C | 0 | 1 | 0 | 46 | 12C | 1 | 1E |
| Octal | 114 | 113 | 114 | 0 | 1 | 0 | 106 | 454 | 1 | 36 |
| Binary | 1001100 | 1001011 | 1001100 | 0 | 1 | 0 | 1000110 | 100101100 | 1 | 11110 |
Color Harmonies of #4C4B4C
Complementary color
Monochromatic Colors of #4C4B4C
Black with #4C4B4C
Text Example
Text Example
White with #4C4B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4B4C; }
p { color: rgb(76,75,76); }
H1.HeaderClassName
{
color: #4C4B4C;
}
.AnyTagClassName
{
color: #4C4B4C;
}
</style>
background-color css
<style>
a { background-color: #4C4B4C; }
a { background-color: rgb(76,75,76); }
div.DivClassName
{
background-color: #4C4B4C;
}
.BgClassName
{
background-color: #4C4B4C;
}
</style>
border-color css
<style>
span { border-color: #4C4B4C; }
span { border-color: rgb(76,75,76); }
td.TdClassName
{
border-color: #4C4B4C;
}
.TagClassName
{
border-color: #4C4B4C;
}
</style>