Shades of Bossanova #4D3D4F
Tints of Bossanova #4D3D4F
RGB
CMYK
RGB Variations
Color information
#4D3D4F (or 0x4D3D4F) is known color: Bossanova. HEX triplet: 4D, 3D and 4F. RGB value is (77,61,79). Sum of RGB (Red+Green+Blue) = 77+61+79=217 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.48% from 217); Green value is 61 (24.22% from 255 or 28.11% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 79 - color contains mainly: blue. Hex color #4D3D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3D4F is #B2C2B0. Grayscale: #434343. Windows color (decimal): -11715249 or 5193037. OLE color: 5193037.
HSL color Cylindrical-coordinate representation of color #4D3D4F: hue angle of 293.33º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4D3D4F is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 61 | 79 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.69 |
| HSL | 293.33º | 0.13% | 0.27% | - |
| HSV(B) | 293.33º | 0.23% | 0.31% | - |
| XYZ | 6.14 | 5.48 | 8.13 | - |
| YUV | 67.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 61 | 79 | 0.03 | 0.23 | 0 | 0.69 | 293.33 | 0.13 | 0.27 |
| Hex | 4D | 3D | 4F | 3 | 17 | 0 | 45 | 125 | D | 1B |
| Octal | 115 | 75 | 117 | 3 | 27 | 0 | 105 | 445 | 15 | 33 |
| Binary | 1001101 | 111101 | 1001111 | 11 | 10111 | 0 | 1000101 | 100100101 | 1101 | 11011 |
Color Harmonies of #4D3D4F
Complementary color
Monochromatic Colors of #4D3D4F
Black with #4D3D4F
Text Example
Text Example
White with #4D3D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3D4F; }
p { color: rgb(77,61,79); }
H1.HeaderClassName
{
color: #4D3D4F;
}
.AnyTagClassName
{
color: #4D3D4F;
}
</style>
background-color css
<style>
a { background-color: #4D3D4F; }
a { background-color: rgb(77,61,79); }
div.DivClassName
{
background-color: #4D3D4F;
}
.BgClassName
{
background-color: #4D3D4F;
}
</style>
border-color css
<style>
span { border-color: #4D3D4F; }
span { border-color: rgb(77,61,79); }
td.TdClassName
{
border-color: #4D3D4F;
}
.TagClassName
{
border-color: #4D3D4F;
}
</style>