Shades of Bossanova #4D444E
Tints of Bossanova #4D444E
RGB
CMYK
RGB Variations
Color information
#4D444E (or 0x4D444E) is known color: Bossanova. HEX triplet: 4D, 44 and 4E. RGB value is (77,68,78). Sum of RGB (Red+Green+Blue) = 77+68+78=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 78 - color contains mainly: blue. Hex color #4D444E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D444E is #B2BBB1. Grayscale: #474747. Windows color (decimal): -11713458 or 5129293. OLE color: 5129293.
HSL color Cylindrical-coordinate representation of color #4D444E: hue angle of 294º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4D444E is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 68 | 78 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.69 |
| HSL | 294º | 0.07% | 0.29% | - |
| HSV(B) | 294º | 0.13% | 0.31% | - |
| XYZ | 6.5 | 6.26 | 8.07 | - |
| YUV | 71.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 68 | 78 | 0.01 | 0.13 | 0 | 0.69 | 294 | 0.07 | 0.29 |
| Hex | 4D | 44 | 4E | 1 | D | 0 | 45 | 126 | 7 | 1D |
| Octal | 115 | 104 | 116 | 1 | 15 | 0 | 105 | 446 | 7 | 35 |
| Binary | 1001101 | 1000100 | 1001110 | 1 | 1101 | 0 | 1000101 | 100100110 | 111 | 11101 |
Color Harmonies of #4D444E
Complementary color
Monochromatic Colors of #4D444E
Black with #4D444E
Text Example
Text Example
White with #4D444E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D444E; }
p { color: rgb(77,68,78); }
H1.HeaderClassName
{
color: #4D444E;
}
.AnyTagClassName
{
color: #4D444E;
}
</style>
background-color css
<style>
a { background-color: #4D444E; }
a { background-color: rgb(77,68,78); }
div.DivClassName
{
background-color: #4D444E;
}
.BgClassName
{
background-color: #4D444E;
}
</style>
border-color css
<style>
span { border-color: #4D444E; }
span { border-color: rgb(77,68,78); }
td.TdClassName
{
border-color: #4D444E;
}
.TagClassName
{
border-color: #4D444E;
}
</style>