Shades of Bossanova #4F4550
Tints of Bossanova #4F4550
RGB
CMYK
RGB Variations
Color information
#4F4550 (or 0x4F4550) is known color: Bossanova. HEX triplet: 4F, 45 and 50. RGB value is (79,69,80). Sum of RGB (Red+Green+Blue) = 79+69+80=228 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.65% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 80 - color contains mainly: blue. Hex color #4F4550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4550 is #B0BAAF. Grayscale: #494949. Windows color (decimal): -11582128 or 5260623. OLE color: 5260623.
HSL color Cylindrical-coordinate representation of color #4F4550: hue angle of 294.55º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4F4550 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 69 | 80 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.69 |
| HSL | 294.55º | 0.07% | 0.29% | - |
| HSV(B) | 294.55º | 0.14% | 0.31% | - |
| XYZ | 6.8 | 6.5 | 8.49 | - |
| YUV | 73.24 | 131.81 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 69 | 80 | 0.01 | 0.14 | 0 | 0.69 | 294.55 | 0.07 | 0.29 |
| Hex | 4F | 45 | 50 | 1 | E | 0 | 45 | 127 | 7 | 1D |
| Octal | 117 | 105 | 120 | 1 | 16 | 0 | 105 | 447 | 7 | 35 |
| Binary | 1001111 | 1000101 | 1010000 | 1 | 1110 | 0 | 1000101 | 100100111 | 111 | 11101 |
Color Harmonies of #4F4550
Complementary color
Monochromatic Colors of #4F4550
Black with #4F4550
Text Example
Text Example
White with #4F4550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4550; }
p { color: rgb(79,69,80); }
H1.HeaderClassName
{
color: #4F4550;
}
.AnyTagClassName
{
color: #4F4550;
}
</style>
background-color css
<style>
a { background-color: #4F4550; }
a { background-color: rgb(79,69,80); }
div.DivClassName
{
background-color: #4F4550;
}
.BgClassName
{
background-color: #4F4550;
}
</style>
border-color css
<style>
span { border-color: #4F4550; }
span { border-color: rgb(79,69,80); }
td.TdClassName
{
border-color: #4F4550;
}
.TagClassName
{
border-color: #4F4550;
}
</style>