Shades of Bossanova #4C474D
Tints of Bossanova #4C474D
RGB
CMYK
RGB Variations
Color information
#4C474D (or 0x4C474D) is known color: Bossanova. HEX triplet: 4C, 47 and 4D. RGB value is (76,71,77). Sum of RGB (Red+Green+Blue) = 76+71+77=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 77 - color contains mainly: blue. Hex color #4C474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C474D is #B3B8B2. Grayscale: #494949. Windows color (decimal): -11778227 or 5064524. OLE color: 5064524.
HSL color Cylindrical-coordinate representation of color #4C474D: hue angle of 290º degrees, saturation: 0.04, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4C474D is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 71 | 77 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.70 |
| HSL | 290º | 0.04% | 0.29% | - |
| HSV(B) | 290º | 0.08% | 0.3% | - |
| XYZ | 6.57 | 6.58 | 7.94 | - |
| YUV | 73.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 71 | 77 | 0.01 | 0.08 | 0 | 0.70 | 290 | 0.04 | 0.29 |
| Hex | 4C | 47 | 4D | 1 | 8 | 0 | 46 | 122 | 4 | 1D |
| Octal | 114 | 107 | 115 | 1 | 10 | 0 | 106 | 442 | 4 | 35 |
| Binary | 1001100 | 1000111 | 1001101 | 1 | 1000 | 0 | 1000110 | 100100010 | 100 | 11101 |
Color Harmonies of #4C474D
Complementary color
Monochromatic Colors of #4C474D
Black with #4C474D
Text Example
Text Example
White with #4C474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C474D; }
p { color: rgb(76,71,77); }
H1.HeaderClassName
{
color: #4C474D;
}
.AnyTagClassName
{
color: #4C474D;
}
</style>
background-color css
<style>
a { background-color: #4C474D; }
a { background-color: rgb(76,71,77); }
div.DivClassName
{
background-color: #4C474D;
}
.BgClassName
{
background-color: #4C474D;
}
</style>
border-color css
<style>
span { border-color: #4C474D; }
span { border-color: rgb(76,71,77); }
td.TdClassName
{
border-color: #4C474D;
}
.TagClassName
{
border-color: #4C474D;
}
</style>