Shades of Bossanova #4C3A4D
Tints of Bossanova #4C3A4D
RGB
CMYK
RGB Variations
Color information
#4C3A4D (or 0x4C3A4D) is known color: Bossanova. HEX triplet: 4C, 3A and 4D. RGB value is (76,58,77). Sum of RGB (Red+Green+Blue) = 76+58+77=211 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.02% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 77 - color contains mainly: blue. Hex color #4C3A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3A4D is #B3C5B2. Grayscale: #414141. Windows color (decimal): -11781555 or 5061196. OLE color: 5061196.
HSL color Cylindrical-coordinate representation of color #4C3A4D: hue angle of 296.84º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4C3A4D is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 58 | 77 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.70 |
| HSL | 296.84º | 0.14% | 0.26% | - |
| HSV(B) | 296.84º | 0.25% | 0.3% | - |
| XYZ | 5.83 | 5.1 | 7.7 | - |
| YUV | 65.55 | 134.46 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 58 | 77 | 0.01 | 0.25 | 0 | 0.70 | 296.84 | 0.14 | 0.26 |
| Hex | 4C | 3A | 4D | 1 | 19 | 0 | 46 | 129 | E | 1A |
| Octal | 114 | 72 | 115 | 1 | 31 | 0 | 106 | 451 | 16 | 32 |
| Binary | 1001100 | 111010 | 1001101 | 1 | 11001 | 0 | 1000110 | 100101001 | 1110 | 11010 |
Color Harmonies of #4C3A4D
Complementary color
Monochromatic Colors of #4C3A4D
Black with #4C3A4D
Text Example
Text Example
White with #4C3A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3A4D; }
p { color: rgb(76,58,77); }
H1.HeaderClassName
{
color: #4C3A4D;
}
.AnyTagClassName
{
color: #4C3A4D;
}
</style>
background-color css
<style>
a { background-color: #4C3A4D; }
a { background-color: rgb(76,58,77); }
div.DivClassName
{
background-color: #4C3A4D;
}
.BgClassName
{
background-color: #4C3A4D;
}
</style>
border-color css
<style>
span { border-color: #4C3A4D; }
span { border-color: rgb(76,58,77); }
td.TdClassName
{
border-color: #4C3A4D;
}
.TagClassName
{
border-color: #4C3A4D;
}
</style>