Shades of Bossanova #4C4150
Tints of Bossanova #4C4150
RGB
CMYK
RGB Variations
Color information
#4C4150 (or 0x4C4150) is known color: Bossanova. HEX triplet: 4C, 41 and 50. RGB value is (76,65,80). Sum of RGB (Red+Green+Blue) = 76+65+80=221 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.39% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 80 - color contains mainly: blue. Hex color #4C4150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4150 is #B3BEAF. Grayscale: #454545. Windows color (decimal): -11779760 or 5259596. OLE color: 5259596.
HSL color Cylindrical-coordinate representation of color #4C4150: hue angle of 284º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4C4150 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 65 | 80 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.69 |
| HSL | 284º | 0.1% | 0.28% | - |
| HSV(B) | 284º | 0.19% | 0.31% | - |
| XYZ | 6.32 | 5.9 | 8.39 | - |
| YUV | 70 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 65 | 80 | 0.05 | 0.19 | 0 | 0.69 | 284 | 0.1 | 0.28 |
| Hex | 4C | 41 | 50 | 5 | 13 | 0 | 45 | 11C | A | 1C |
| Octal | 114 | 101 | 120 | 5 | 23 | 0 | 105 | 434 | 12 | 34 |
| Binary | 1001100 | 1000001 | 1010000 | 101 | 10011 | 0 | 1000101 | 100011100 | 1010 | 11100 |
Color Harmonies of #4C4150
Complementary color
Monochromatic Colors of #4C4150
Black with #4C4150
Text Example
Text Example
White with #4C4150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4150; }
p { color: rgb(76,65,80); }
H1.HeaderClassName
{
color: #4C4150;
}
.AnyTagClassName
{
color: #4C4150;
}
</style>
background-color css
<style>
a { background-color: #4C4150; }
a { background-color: rgb(76,65,80); }
div.DivClassName
{
background-color: #4C4150;
}
.BgClassName
{
background-color: #4C4150;
}
</style>
border-color css
<style>
span { border-color: #4C4150; }
span { border-color: rgb(76,65,80); }
td.TdClassName
{
border-color: #4C4150;
}
.TagClassName
{
border-color: #4C4150;
}
</style>