Shades of Bossanova #4F4056
Tints of Bossanova #4F4056
RGB
CMYK
RGB Variations
Color information
#4F4056 (or 0x4F4056) is known color: Bossanova. HEX triplet: 4F, 40 and 56. RGB value is (79,64,86). Sum of RGB (Red+Green+Blue) = 79+64+86=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 86 - color contains mainly: blue. Hex color #4F4056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4056 is #B0BFA9. Grayscale: #464646. Windows color (decimal): -11583402 or 5652559. OLE color: 5652559.
HSL color Cylindrical-coordinate representation of color #4F4056: hue angle of 280.91º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4F4056 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 79 | 64 | 86 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.66 |
| HSL | 280.91º | 0.15% | 0.29% | - |
| HSV(B) | 280.91º | 0.26% | 0.34% | - |
| XYZ | 6.74 | 6 | 9.61 | - |
| YUV | 70.99 | 136.47 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 64 | 86 | 0.08 | 0.26 | 0 | 0.66 | 280.91 | 0.15 | 0.29 |
| Hex | 4F | 40 | 56 | 8 | 1A | 0 | 42 | 119 | F | 1D |
| Octal | 117 | 100 | 126 | 10 | 32 | 0 | 102 | 431 | 17 | 35 |
| Binary | 1001111 | 1000000 | 1010110 | 1000 | 11010 | 0 | 1000010 | 100011001 | 1111 | 11101 |
Color Harmonies of #4F4056
Complementary color
Monochromatic Colors of #4F4056
Black with #4F4056
Text Example
Text Example
White with #4F4056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4056; }
p { color: rgb(79,64,86); }
H1.HeaderClassName
{
color: #4F4056;
}
.AnyTagClassName
{
color: #4F4056;
}
</style>
background-color css
<style>
a { background-color: #4F4056; }
a { background-color: rgb(79,64,86); }
div.DivClassName
{
background-color: #4F4056;
}
.BgClassName
{
background-color: #4F4056;
}
</style>
border-color css
<style>
span { border-color: #4F4056; }
span { border-color: rgb(79,64,86); }
td.TdClassName
{
border-color: #4F4056;
}
.TagClassName
{
border-color: #4F4056;
}
</style>