Shades of Bossanova #4F4C50
Tints of Bossanova #4F4C50
RGB
CMYK
RGB Variations
Color information
#4F4C50 (or 0x4F4C50) is known color: Bossanova. HEX triplet: 4F, 4C and 50. RGB value is (79,76,80). Sum of RGB (Red+Green+Blue) = 79+76+80=235 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.62% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 80 - color contains mainly: blue. Hex color #4F4C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4C50 is #B0B3AF. Grayscale: #4D4D4D. Windows color (decimal): -11580336 or 5262415. OLE color: 5262415.
HSL color Cylindrical-coordinate representation of color #4F4C50: hue angle of 285º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #4F4C50 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 76 | 80 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.69 |
| HSL | 285º | 0.03% | 0.31% | - |
| HSV(B) | 285º | 0.05% | 0.31% | - |
| XYZ | 7.26 | 7.41 | 8.64 | - |
| YUV | 77.35 | 129.49 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 76 | 80 | 0.01 | 0.05 | 0 | 0.69 | 285 | 0.03 | 0.31 |
| Hex | 4F | 4C | 50 | 1 | 5 | 0 | 45 | 11D | 3 | 1F |
| Octal | 117 | 114 | 120 | 1 | 5 | 0 | 105 | 435 | 3 | 37 |
| Binary | 1001111 | 1001100 | 1010000 | 1 | 101 | 0 | 1000101 | 100011101 | 11 | 11111 |
Color Harmonies of #4F4C50
Complementary color
Monochromatic Colors of #4F4C50
Black with #4F4C50
Text Example
Text Example
White with #4F4C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4C50; }
p { color: rgb(79,76,80); }
H1.HeaderClassName
{
color: #4F4C50;
}
.AnyTagClassName
{
color: #4F4C50;
}
</style>
background-color css
<style>
a { background-color: #4F4C50; }
a { background-color: rgb(79,76,80); }
div.DivClassName
{
background-color: #4F4C50;
}
.BgClassName
{
background-color: #4F4C50;
}
</style>
border-color css
<style>
span { border-color: #4F4C50; }
span { border-color: rgb(79,76,80); }
td.TdClassName
{
border-color: #4F4C50;
}
.TagClassName
{
border-color: #4F4C50;
}
</style>