Shades of Bossanova #4F4A51
Tints of Bossanova #4F4A51
RGB
CMYK
RGB Variations
Color information
#4F4A51 (or 0x4F4A51) is known color: Bossanova. HEX triplet: 4F, 4A and 51. RGB value is (79,74,81). Sum of RGB (Red+Green+Blue) = 79+74+81=234 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.76% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 81 - color contains mainly: blue. Hex color #4F4A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4A51 is #B0B5AE. Grayscale: #4C4C4C. Windows color (decimal): -11580847 or 5327439. OLE color: 5327439.
HSL color Cylindrical-coordinate representation of color #4F4A51: hue angle of 282.86º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4F4A51 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 79 | 74 | 81 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.68 |
| HSL | 282.86º | 0.05% | 0.3% | - |
| HSV(B) | 282.86º | 0.09% | 0.32% | - |
| XYZ | 7.16 | 7.15 | 8.79 | - |
| YUV | 76.29 | 130.66 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 74 | 81 | 0.02 | 0.09 | 0 | 0.68 | 282.86 | 0.05 | 0.3 |
| Hex | 4F | 4A | 51 | 2 | 9 | 0 | 44 | 11B | 5 | 1E |
| Octal | 117 | 112 | 121 | 2 | 11 | 0 | 104 | 433 | 5 | 36 |
| Binary | 1001111 | 1001010 | 1010001 | 10 | 1001 | 0 | 1000100 | 100011011 | 101 | 11110 |
Color Harmonies of #4F4A51
Complementary color
Monochromatic Colors of #4F4A51
Black with #4F4A51
Text Example
Text Example
White with #4F4A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4A51; }
p { color: rgb(79,74,81); }
H1.HeaderClassName
{
color: #4F4A51;
}
.AnyTagClassName
{
color: #4F4A51;
}
</style>
background-color css
<style>
a { background-color: #4F4A51; }
a { background-color: rgb(79,74,81); }
div.DivClassName
{
background-color: #4F4A51;
}
.BgClassName
{
background-color: #4F4A51;
}
</style>
border-color css
<style>
span { border-color: #4F4A51; }
span { border-color: rgb(79,74,81); }
td.TdClassName
{
border-color: #4F4A51;
}
.TagClassName
{
border-color: #4F4A51;
}
</style>