Shades of Bossanova #4C3D50
Tints of Bossanova #4C3D50
RGB
CMYK
RGB Variations
Color information
#4C3D50 (or 0x4C3D50) is known color: Bossanova. HEX triplet: 4C, 3D and 50. RGB value is (76,61,80). Sum of RGB (Red+Green+Blue) = 76+61+80=217 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.02% from 217); Green value is 61 (24.22% from 255 or 28.11% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 80 - color contains mainly: blue. Hex color #4C3D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3D50 is #B3C2AF. Grayscale: #434343. Windows color (decimal): -11780784 or 5258572. OLE color: 5258572.
HSL color Cylindrical-coordinate representation of color #4C3D50: hue angle of 287.37º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4C3D50 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 61 | 80 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.69 |
| HSL | 287.37º | 0.13% | 0.28% | - |
| HSV(B) | 287.37º | 0.24% | 0.31% | - |
| XYZ | 6.1 | 5.45 | 8.32 | - |
| YUV | 67.65 | 134.97 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 61 | 80 | 0.05 | 0.24 | 0 | 0.69 | 287.37 | 0.13 | 0.28 |
| Hex | 4C | 3D | 50 | 5 | 18 | 0 | 45 | 11F | D | 1C |
| Octal | 114 | 75 | 120 | 5 | 30 | 0 | 105 | 437 | 15 | 34 |
| Binary | 1001100 | 111101 | 1010000 | 101 | 11000 | 0 | 1000101 | 100011111 | 1101 | 11100 |
Color Harmonies of #4C3D50
Complementary color
Monochromatic Colors of #4C3D50
Black with #4C3D50
Text Example
Text Example
White with #4C3D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3D50; }
p { color: rgb(76,61,80); }
H1.HeaderClassName
{
color: #4C3D50;
}
.AnyTagClassName
{
color: #4C3D50;
}
</style>
background-color css
<style>
a { background-color: #4C3D50; }
a { background-color: rgb(76,61,80); }
div.DivClassName
{
background-color: #4C3D50;
}
.BgClassName
{
background-color: #4C3D50;
}
</style>
border-color css
<style>
span { border-color: #4C3D50; }
span { border-color: rgb(76,61,80); }
td.TdClassName
{
border-color: #4C3D50;
}
.TagClassName
{
border-color: #4C3D50;
}
</style>