Shades of Bossanova #4D4052
Tints of Bossanova #4D4052
RGB
CMYK
RGB Variations
Color information
#4D4052 (or 0x4D4052) is known color: Bossanova. HEX triplet: 4D, 40 and 52. RGB value is (77,64,82). Sum of RGB (Red+Green+Blue) = 77+64+82=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 82 - color contains mainly: blue. Hex color #4D4052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4052 is #B2BFAD. Grayscale: #454545. Windows color (decimal): -11714478 or 5390413. OLE color: 5390413.
HSL color Cylindrical-coordinate representation of color #4D4052: hue angle of 283.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4D4052 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 64 | 82 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.68 |
| HSL | 283.33º | 0.12% | 0.29% | - |
| HSV(B) | 283.33º | 0.22% | 0.32% | - |
| XYZ | 6.42 | 5.85 | 8.77 | - |
| YUV | 69.94 | 134.81 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 64 | 82 | 0.06 | 0.22 | 0 | 0.68 | 283.33 | 0.12 | 0.29 |
| Hex | 4D | 40 | 52 | 6 | 16 | 0 | 44 | 11B | C | 1D |
| Octal | 115 | 100 | 122 | 6 | 26 | 0 | 104 | 433 | 14 | 35 |
| Binary | 1001101 | 1000000 | 1010010 | 110 | 10110 | 0 | 1000100 | 100011011 | 1100 | 11101 |
Color Harmonies of #4D4052
Complementary color
Monochromatic Colors of #4D4052
Black with #4D4052
Text Example
Text Example
White with #4D4052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4052; }
p { color: rgb(77,64,82); }
H1.HeaderClassName
{
color: #4D4052;
}
.AnyTagClassName
{
color: #4D4052;
}
</style>
background-color css
<style>
a { background-color: #4D4052; }
a { background-color: rgb(77,64,82); }
div.DivClassName
{
background-color: #4D4052;
}
.BgClassName
{
background-color: #4D4052;
}
</style>
border-color css
<style>
span { border-color: #4D4052; }
span { border-color: rgb(77,64,82); }
td.TdClassName
{
border-color: #4D4052;
}
.TagClassName
{
border-color: #4D4052;
}
</style>