Shades of Bossanova #4F4251
Tints of Bossanova #4F4251
RGB
CMYK
RGB Variations
Color information
#4F4251 (or 0x4F4251) is known color: Bossanova. HEX triplet: 4F, 42 and 51. RGB value is (79,66,81). Sum of RGB (Red+Green+Blue) = 79+66+81=226 (29% of max value = 765). Red value is 79 (31.25% from 255 or 34.96% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 81 - color contains mainly: blue. Hex color #4F4251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4251 is #B0BDAE. Grayscale: #474747. Windows color (decimal): -11582895 or 5325391. OLE color: 5325391.
HSL color Cylindrical-coordinate representation of color #4F4251: hue angle of 292º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4F4251 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 79 | 66 | 81 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.68 |
| HSL | 292º | 0.1% | 0.29% | - |
| HSV(B) | 292º | 0.19% | 0.32% | - |
| XYZ | 6.66 | 6.15 | 8.62 | - |
| YUV | 71.6 | 133.31 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 66 | 81 | 0.02 | 0.19 | 0 | 0.68 | 292 | 0.1 | 0.29 |
| Hex | 4F | 42 | 51 | 2 | 13 | 0 | 44 | 124 | A | 1D |
| Octal | 117 | 102 | 121 | 2 | 23 | 0 | 104 | 444 | 12 | 35 |
| Binary | 1001111 | 1000010 | 1010001 | 10 | 10011 | 0 | 1000100 | 100100100 | 1010 | 11101 |
Color Harmonies of #4F4251
Complementary color
Monochromatic Colors of #4F4251
Black with #4F4251
Text Example
Text Example
White with #4F4251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4251; }
p { color: rgb(79,66,81); }
H1.HeaderClassName
{
color: #4F4251;
}
.AnyTagClassName
{
color: #4F4251;
}
</style>
background-color css
<style>
a { background-color: #4F4251; }
a { background-color: rgb(79,66,81); }
div.DivClassName
{
background-color: #4F4251;
}
.BgClassName
{
background-color: #4F4251;
}
</style>
border-color css
<style>
span { border-color: #4F4251; }
span { border-color: rgb(79,66,81); }
td.TdClassName
{
border-color: #4F4251;
}
.TagClassName
{
border-color: #4F4251;
}
</style>