Shades of Bossanova #4F4651
Tints of Bossanova #4F4651
RGB
CMYK
RGB Variations
Color information
#4F4651 (or 0x4F4651) is known color: Bossanova. HEX triplet: 4F, 46 and 51. RGB value is (79,70,81). Sum of RGB (Red+Green+Blue) = 79+70+81=230 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.35% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 81 - color contains mainly: blue. Hex color #4F4651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4651 is #B0B9AE. Grayscale: #494949. Windows color (decimal): -11581871 or 5326415. OLE color: 5326415.
HSL color Cylindrical-coordinate representation of color #4F4651: hue angle of 289.09º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4F4651 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 79 | 70 | 81 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.68 |
| HSL | 289.09º | 0.07% | 0.3% | - |
| HSV(B) | 289.09º | 0.14% | 0.32% | - |
| XYZ | 6.9 | 6.64 | 8.7 | - |
| YUV | 73.95 | 131.98 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 70 | 81 | 0.02 | 0.14 | 0 | 0.68 | 289.09 | 0.07 | 0.3 |
| Hex | 4F | 46 | 51 | 2 | E | 0 | 44 | 121 | 7 | 1E |
| Octal | 117 | 106 | 121 | 2 | 16 | 0 | 104 | 441 | 7 | 36 |
| Binary | 1001111 | 1000110 | 1010001 | 10 | 1110 | 0 | 1000100 | 100100001 | 111 | 11110 |
Color Harmonies of #4F4651
Complementary color
Monochromatic Colors of #4F4651
Black with #4F4651
Text Example
Text Example
White with #4F4651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4651; }
p { color: rgb(79,70,81); }
H1.HeaderClassName
{
color: #4F4651;
}
.AnyTagClassName
{
color: #4F4651;
}
</style>
background-color css
<style>
a { background-color: #4F4651; }
a { background-color: rgb(79,70,81); }
div.DivClassName
{
background-color: #4F4651;
}
.BgClassName
{
background-color: #4F4651;
}
</style>
border-color css
<style>
span { border-color: #4F4651; }
span { border-color: rgb(79,70,81); }
td.TdClassName
{
border-color: #4F4651;
}
.TagClassName
{
border-color: #4F4651;
}
</style>