Shades of Bossanova #4C3F50
Tints of Bossanova #4C3F50
RGB
CMYK
RGB Variations
Color information
#4C3F50 (or 0x4C3F50) is known color: Bossanova. HEX triplet: 4C, 3F and 50. RGB value is (76,63,80). Sum of RGB (Red+Green+Blue) = 76+63+80=219 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.70% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 80 - color contains mainly: blue. Hex color #4C3F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3F50 is #B3C0AF. Grayscale: #444444. Windows color (decimal): -11780272 or 5259084. OLE color: 5259084.
HSL color Cylindrical-coordinate representation of color #4C3F50: hue angle of 285.88º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4C3F50 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 63 | 80 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.69 |
| HSL | 285.88º | 0.12% | 0.28% | - |
| HSV(B) | 285.88º | 0.21% | 0.31% | - |
| XYZ | 6.21 | 5.67 | 8.36 | - |
| YUV | 68.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 63 | 80 | 0.05 | 0.21 | 0 | 0.69 | 285.88 | 0.12 | 0.28 |
| Hex | 4C | 3F | 50 | 5 | 15 | 0 | 45 | 11E | C | 1C |
| Octal | 114 | 77 | 120 | 5 | 25 | 0 | 105 | 436 | 14 | 34 |
| Binary | 1001100 | 111111 | 1010000 | 101 | 10101 | 0 | 1000101 | 100011110 | 1100 | 11100 |
Color Harmonies of #4C3F50
Complementary color
Monochromatic Colors of #4C3F50
Black with #4C3F50
Text Example
Text Example
White with #4C3F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3F50; }
p { color: rgb(76,63,80); }
H1.HeaderClassName
{
color: #4C3F50;
}
.AnyTagClassName
{
color: #4C3F50;
}
</style>
background-color css
<style>
a { background-color: #4C3F50; }
a { background-color: rgb(76,63,80); }
div.DivClassName
{
background-color: #4C3F50;
}
.BgClassName
{
background-color: #4C3F50;
}
</style>
border-color css
<style>
span { border-color: #4C3F50; }
span { border-color: rgb(76,63,80); }
td.TdClassName
{
border-color: #4C3F50;
}
.TagClassName
{
border-color: #4C3F50;
}
</style>