Shades of Bossanova #4D484E
Tints of Bossanova #4D484E
RGB
CMYK
RGB Variations
Color information
#4D484E (or 0x4D484E) is known color: Bossanova. HEX triplet: 4D, 48 and 4E. RGB value is (77,72,78). Sum of RGB (Red+Green+Blue) = 77+72+78=227 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.92% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 78 - color contains mainly: blue. Hex color #4D484E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D484E is #B2B7B1. Grayscale: #4A4A4A. Windows color (decimal): -11712434 or 5130317. OLE color: 5130317.
HSL color Cylindrical-coordinate representation of color #4D484E: hue angle of 290º degrees, saturation: 0.04, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4D484E is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 72 | 78 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.69 |
| HSL | 290º | 0.04% | 0.29% | - |
| HSV(B) | 290º | 0.08% | 0.31% | - |
| XYZ | 6.75 | 6.76 | 8.16 | - |
| YUV | 74.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 72 | 78 | 0.01 | 0.08 | 0 | 0.69 | 290 | 0.04 | 0.29 |
| Hex | 4D | 48 | 4E | 1 | 8 | 0 | 45 | 122 | 4 | 1D |
| Octal | 115 | 110 | 116 | 1 | 10 | 0 | 105 | 442 | 4 | 35 |
| Binary | 1001101 | 1001000 | 1001110 | 1 | 1000 | 0 | 1000101 | 100100010 | 100 | 11101 |
Color Harmonies of #4D484E
Complementary color
Monochromatic Colors of #4D484E
Black with #4D484E
Text Example
Text Example
White with #4D484E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D484E; }
p { color: rgb(77,72,78); }
H1.HeaderClassName
{
color: #4D484E;
}
.AnyTagClassName
{
color: #4D484E;
}
</style>
background-color css
<style>
a { background-color: #4D484E; }
a { background-color: rgb(77,72,78); }
div.DivClassName
{
background-color: #4D484E;
}
.BgClassName
{
background-color: #4D484E;
}
</style>
border-color css
<style>
span { border-color: #4D484E; }
span { border-color: rgb(77,72,78); }
td.TdClassName
{
border-color: #4D484E;
}
.TagClassName
{
border-color: #4D484E;
}
</style>