Shades of Bossanova #4F4551
Tints of Bossanova #4F4551
RGB
CMYK
RGB Variations
Color information
#4F4551 (or 0x4F4551) is known color: Bossanova. HEX triplet: 4F, 45 and 51. RGB value is (79,69,81). Sum of RGB (Red+Green+Blue) = 79+69+81=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 81 - color contains mainly: blue. Hex color #4F4551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4551 is #B0BAAE. Grayscale: #494949. Windows color (decimal): -11582127 or 5326159. OLE color: 5326159.
HSL color Cylindrical-coordinate representation of color #4F4551: hue angle of 290º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4F4551 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 79 | 69 | 81 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.68 |
| HSL | 290º | 0.08% | 0.29% | - |
| HSV(B) | 290º | 0.15% | 0.32% | - |
| XYZ | 6.84 | 6.51 | 8.68 | - |
| YUV | 73.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 69 | 81 | 0.02 | 0.15 | 0 | 0.68 | 290 | 0.08 | 0.29 |
| Hex | 4F | 45 | 51 | 2 | F | 0 | 44 | 122 | 8 | 1D |
| Octal | 117 | 105 | 121 | 2 | 17 | 0 | 104 | 442 | 10 | 35 |
| Binary | 1001111 | 1000101 | 1010001 | 10 | 1111 | 0 | 1000100 | 100100010 | 1000 | 11101 |
Color Harmonies of #4F4551
Complementary color
Monochromatic Colors of #4F4551
Black with #4F4551
Text Example
Text Example
White with #4F4551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4551; }
p { color: rgb(79,69,81); }
H1.HeaderClassName
{
color: #4F4551;
}
.AnyTagClassName
{
color: #4F4551;
}
</style>
background-color css
<style>
a { background-color: #4F4551; }
a { background-color: rgb(79,69,81); }
div.DivClassName
{
background-color: #4F4551;
}
.BgClassName
{
background-color: #4F4551;
}
</style>
border-color css
<style>
span { border-color: #4F4551; }
span { border-color: rgb(79,69,81); }
td.TdClassName
{
border-color: #4F4551;
}
.TagClassName
{
border-color: #4F4551;
}
</style>