Shades of Bossanova #4D364F
Tints of Bossanova #4D364F
RGB
CMYK
RGB Variations
Color information
#4D364F (or 0x4D364F) is known color: Bossanova. HEX triplet: 4D, 36 and 4F. RGB value is (77,54,79). Sum of RGB (Red+Green+Blue) = 77+54+79=210 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.67% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 79 - color contains mainly: blue. Hex color #4D364F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D364F is #B2C9B0. Grayscale: #3F3F3F. Windows color (decimal): -11717041 or 5191245. OLE color: 5191245.
HSL color Cylindrical-coordinate representation of color #4D364F: hue angle of 295.2º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D364F is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 54 | 79 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.69 |
| HSL | 295.2º | 0.19% | 0.26% | - |
| HSV(B) | 295.2º | 0.32% | 0.31% | - |
| XYZ | 5.79 | 4.78 | 8.01 | - |
| YUV | 63.73 | 136.62 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 54 | 79 | 0.03 | 0.32 | 0 | 0.69 | 295.2 | 0.19 | 0.26 |
| Hex | 4D | 36 | 4F | 3 | 20 | 0 | 45 | 127 | 13 | 1A |
| Octal | 115 | 66 | 117 | 3 | 40 | 0 | 105 | 447 | 23 | 32 |
| Binary | 1001101 | 110110 | 1001111 | 11 | 100000 | 0 | 1000101 | 100100111 | 10011 | 11010 |
Color Harmonies of #4D364F
Complementary color
Monochromatic Colors of #4D364F
Black with #4D364F
Text Example
Text Example
White with #4D364F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D364F; }
p { color: rgb(77,54,79); }
H1.HeaderClassName
{
color: #4D364F;
}
.AnyTagClassName
{
color: #4D364F;
}
</style>
background-color css
<style>
a { background-color: #4D364F; }
a { background-color: rgb(77,54,79); }
div.DivClassName
{
background-color: #4D364F;
}
.BgClassName
{
background-color: #4D364F;
}
</style>
border-color css
<style>
span { border-color: #4D364F; }
span { border-color: rgb(77,54,79); }
td.TdClassName
{
border-color: #4D364F;
}
.TagClassName
{
border-color: #4D364F;
}
</style>