Shades of Bossanova #4F4650
Tints of Bossanova #4F4650
RGB
CMYK
RGB Variations
Color information
#4F4650 (or 0x4F4650) is known color: Bossanova. HEX triplet: 4F, 46 and 50. RGB value is (79,70,80). Sum of RGB (Red+Green+Blue) = 79+70+80=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 80 - color contains mainly: blue. Hex color #4F4650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4650 is #B0B9AF. Grayscale: #494949. Windows color (decimal): -11581872 or 5260879. OLE color: 5260879.
HSL color Cylindrical-coordinate representation of color #4F4650: hue angle of 294º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4F4650 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 70 | 80 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.69 |
| HSL | 294º | 0.07% | 0.29% | - |
| HSV(B) | 294º | 0.13% | 0.31% | - |
| XYZ | 6.86 | 6.62 | 8.51 | - |
| YUV | 73.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 70 | 80 | 0.01 | 0.12 | 0 | 0.69 | 294 | 0.07 | 0.29 |
| Hex | 4F | 46 | 50 | 1 | C | 0 | 45 | 126 | 7 | 1D |
| Octal | 117 | 106 | 120 | 1 | 14 | 0 | 105 | 446 | 7 | 35 |
| Binary | 1001111 | 1000110 | 1010000 | 1 | 1100 | 0 | 1000101 | 100100110 | 111 | 11101 |
Color Harmonies of #4F4650
Complementary color
Monochromatic Colors of #4F4650
Black with #4F4650
Text Example
Text Example
White with #4F4650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4650; }
p { color: rgb(79,70,80); }
H1.HeaderClassName
{
color: #4F4650;
}
.AnyTagClassName
{
color: #4F4650;
}
</style>
background-color css
<style>
a { background-color: #4F4650; }
a { background-color: rgb(79,70,80); }
div.DivClassName
{
background-color: #4F4650;
}
.BgClassName
{
background-color: #4F4650;
}
</style>
border-color css
<style>
span { border-color: #4F4650; }
span { border-color: rgb(79,70,80); }
td.TdClassName
{
border-color: #4F4650;
}
.TagClassName
{
border-color: #4F4650;
}
</style>