Shades of Bossanova #4D3C52
Tints of Bossanova #4D3C52
RGB
CMYK
RGB Variations
Color information
#4D3C52 (or 0x4D3C52) is known color: Bossanova. HEX triplet: 4D, 3C and 52. RGB value is (77,60,82). Sum of RGB (Red+Green+Blue) = 77+60+82=219 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35.16% from 219); Green value is 60 (23.83% from 255 or 27.40% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 82 - color contains mainly: blue. Hex color #4D3C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3C52 is #B2C3AD. Grayscale: #434343. Windows color (decimal): -11715502 or 5389389. OLE color: 5389389.
HSL color Cylindrical-coordinate representation of color #4D3C52: hue angle of 286.36º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4D3C52 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 60 | 82 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.68 |
| HSL | 286.36º | 0.15% | 0.28% | - |
| HSV(B) | 286.36º | 0.27% | 0.32% | - |
| XYZ | 6.2 | 5.42 | 8.7 | - |
| YUV | 67.59 | 136.13 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 60 | 82 | 0.06 | 0.27 | 0 | 0.68 | 286.36 | 0.15 | 0.28 |
| Hex | 4D | 3C | 52 | 6 | 1B | 0 | 44 | 11E | F | 1C |
| Octal | 115 | 74 | 122 | 6 | 33 | 0 | 104 | 436 | 17 | 34 |
| Binary | 1001101 | 111100 | 1010010 | 110 | 11011 | 0 | 1000100 | 100011110 | 1111 | 11100 |
Color Harmonies of #4D3C52
Complementary color
Monochromatic Colors of #4D3C52
Black with #4D3C52
Text Example
Text Example
White with #4D3C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3C52; }
p { color: rgb(77,60,82); }
H1.HeaderClassName
{
color: #4D3C52;
}
.AnyTagClassName
{
color: #4D3C52;
}
</style>
background-color css
<style>
a { background-color: #4D3C52; }
a { background-color: rgb(77,60,82); }
div.DivClassName
{
background-color: #4D3C52;
}
.BgClassName
{
background-color: #4D3C52;
}
</style>
border-color css
<style>
span { border-color: #4D3C52; }
span { border-color: rgb(77,60,82); }
td.TdClassName
{
border-color: #4D3C52;
}
.TagClassName
{
border-color: #4D3C52;
}
</style>