Shades of Bossanova #4D374F
Tints of Bossanova #4D374F
RGB
CMYK
RGB Variations
Color information
#4D374F (or 0x4D374F) is known color: Bossanova. HEX triplet: 4D, 37 and 4F. RGB value is (77,55,79). Sum of RGB (Red+Green+Blue) = 77+55+79=211 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.49% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 79 - color contains mainly: blue. Hex color #4D374F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D374F is #B2C8B0. Grayscale: #404040. Windows color (decimal): -11716785 or 5191501. OLE color: 5191501.
HSL color Cylindrical-coordinate representation of color #4D374F: hue angle of 295º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4D374F is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 55 | 79 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.69 |
| HSL | 295º | 0.18% | 0.26% | - |
| HSV(B) | 295º | 0.3% | 0.31% | - |
| XYZ | 5.84 | 4.87 | 8.03 | - |
| YUV | 64.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 55 | 79 | 0.03 | 0.30 | 0 | 0.69 | 295 | 0.18 | 0.26 |
| Hex | 4D | 37 | 4F | 3 | 1E | 0 | 45 | 127 | 12 | 1A |
| Octal | 115 | 67 | 117 | 3 | 36 | 0 | 105 | 447 | 22 | 32 |
| Binary | 1001101 | 110111 | 1001111 | 11 | 11110 | 0 | 1000101 | 100100111 | 10010 | 11010 |
Color Harmonies of #4D374F
Complementary color
Monochromatic Colors of #4D374F
Black with #4D374F
Text Example
Text Example
White with #4D374F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D374F; }
p { color: rgb(77,55,79); }
H1.HeaderClassName
{
color: #4D374F;
}
.AnyTagClassName
{
color: #4D374F;
}
</style>
background-color css
<style>
a { background-color: #4D374F; }
a { background-color: rgb(77,55,79); }
div.DivClassName
{
background-color: #4D374F;
}
.BgClassName
{
background-color: #4D374F;
}
</style>
border-color css
<style>
span { border-color: #4D374F; }
span { border-color: rgb(77,55,79); }
td.TdClassName
{
border-color: #4D374F;
}
.TagClassName
{
border-color: #4D374F;
}
</style>