Shades of Bossanova #4D394F
Tints of Bossanova #4D394F
RGB
CMYK
RGB Variations
Color information
#4D394F (or 0x4D394F) is known color: Bossanova. HEX triplet: 4D, 39 and 4F. RGB value is (77,57,79). Sum of RGB (Red+Green+Blue) = 77+57+79=213 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.15% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 79 (31.25% from 255 or 37.09% from 213); Max value from RGB is 79 - color contains mainly: blue. Hex color #4D394F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D394F is #B2C6B0. Grayscale: #414141. Windows color (decimal): -11716273 or 5192013. OLE color: 5192013.
HSL color Cylindrical-coordinate representation of color #4D394F: hue angle of 294.55º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4D394F is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 57 | 79 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.69 |
| HSL | 294.55º | 0.16% | 0.27% | - |
| HSV(B) | 294.55º | 0.28% | 0.31% | - |
| XYZ | 5.93 | 5.07 | 8.06 | - |
| YUV | 65.49 | 135.63 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 57 | 79 | 0.03 | 0.28 | 0 | 0.69 | 294.55 | 0.16 | 0.27 |
| Hex | 4D | 39 | 4F | 3 | 1C | 0 | 45 | 127 | 10 | 1B |
| Octal | 115 | 71 | 117 | 3 | 34 | 0 | 105 | 447 | 20 | 33 |
| Binary | 1001101 | 111001 | 1001111 | 11 | 11100 | 0 | 1000101 | 100100111 | 10000 | 11011 |
Color Harmonies of #4D394F
Complementary color
Monochromatic Colors of #4D394F
Black with #4D394F
Text Example
Text Example
White with #4D394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D394F; }
p { color: rgb(77,57,79); }
H1.HeaderClassName
{
color: #4D394F;
}
.AnyTagClassName
{
color: #4D394F;
}
</style>
background-color css
<style>
a { background-color: #4D394F; }
a { background-color: rgb(77,57,79); }
div.DivClassName
{
background-color: #4D394F;
}
.BgClassName
{
background-color: #4D394F;
}
</style>
border-color css
<style>
span { border-color: #4D394F; }
span { border-color: rgb(77,57,79); }
td.TdClassName
{
border-color: #4D394F;
}
.TagClassName
{
border-color: #4D394F;
}
</style>