Shades of Bossanova #4C444D
Tints of Bossanova #4C444D
RGB
CMYK
RGB Variations
Color information
#4C444D (or 0x4C444D) is known color: Bossanova. HEX triplet: 4C, 44 and 4D. RGB value is (76,68,77). Sum of RGB (Red+Green+Blue) = 76+68+77=221 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.39% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 77 - color contains mainly: blue. Hex color #4C444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C444D is #B3BBB2. Grayscale: #474747. Windows color (decimal): -11778995 or 5063756. OLE color: 5063756.
HSL color Cylindrical-coordinate representation of color #4C444D: hue angle of 293.33º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4C444D is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 68 | 77 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.70 |
| HSL | 293.33º | 0.06% | 0.28% | - |
| HSV(B) | 293.33º | 0.12% | 0.3% | - |
| XYZ | 6.39 | 6.21 | 7.88 | - |
| YUV | 71.42 | 131.15 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 68 | 77 | 0.01 | 0.12 | 0 | 0.70 | 293.33 | 0.06 | 0.28 |
| Hex | 4C | 44 | 4D | 1 | C | 0 | 46 | 125 | 6 | 1C |
| Octal | 114 | 104 | 115 | 1 | 14 | 0 | 106 | 445 | 6 | 34 |
| Binary | 1001100 | 1000100 | 1001101 | 1 | 1100 | 0 | 1000110 | 100100101 | 110 | 11100 |
Color Harmonies of #4C444D
Complementary color
Monochromatic Colors of #4C444D
Black with #4C444D
Text Example
Text Example
White with #4C444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C444D; }
p { color: rgb(76,68,77); }
H1.HeaderClassName
{
color: #4C444D;
}
.AnyTagClassName
{
color: #4C444D;
}
</style>
background-color css
<style>
a { background-color: #4C444D; }
a { background-color: rgb(76,68,77); }
div.DivClassName
{
background-color: #4C444D;
}
.BgClassName
{
background-color: #4C444D;
}
</style>
border-color css
<style>
span { border-color: #4C444D; }
span { border-color: rgb(76,68,77); }
td.TdClassName
{
border-color: #4C444D;
}
.TagClassName
{
border-color: #4C444D;
}
</style>