Shades of Bossanova #4F4054
Tints of Bossanova #4F4054
RGB
CMYK
RGB Variations
Color information
#4F4054 (or 0x4F4054) is known color: Bossanova. HEX triplet: 4F, 40 and 54. RGB value is (79,64,84). Sum of RGB (Red+Green+Blue) = 79+64+84=227 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.80% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 84 - color contains mainly: blue. Hex color #4F4054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4054 is #B0BFAB. Grayscale: #464646. Windows color (decimal): -11583404 or 5521487. OLE color: 5521487.
HSL color Cylindrical-coordinate representation of color #4F4054: hue angle of 285º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4F4054 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 64 | 84 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.67 |
| HSL | 285º | 0.14% | 0.29% | - |
| HSV(B) | 285º | 0.24% | 0.33% | - |
| XYZ | 6.66 | 5.97 | 9.19 | - |
| YUV | 70.77 | 135.47 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 64 | 84 | 0.06 | 0.24 | 0 | 0.67 | 285 | 0.14 | 0.29 |
| Hex | 4F | 40 | 54 | 6 | 18 | 0 | 43 | 11D | E | 1D |
| Octal | 117 | 100 | 124 | 6 | 30 | 0 | 103 | 435 | 16 | 35 |
| Binary | 1001111 | 1000000 | 1010100 | 110 | 11000 | 0 | 1000011 | 100011101 | 1110 | 11101 |
Color Harmonies of #4F4054
Complementary color
Monochromatic Colors of #4F4054
Black with #4F4054
Text Example
Text Example
White with #4F4054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4054; }
p { color: rgb(79,64,84); }
H1.HeaderClassName
{
color: #4F4054;
}
.AnyTagClassName
{
color: #4F4054;
}
</style>
background-color css
<style>
a { background-color: #4F4054; }
a { background-color: rgb(79,64,84); }
div.DivClassName
{
background-color: #4F4054;
}
.BgClassName
{
background-color: #4F4054;
}
</style>
border-color css
<style>
span { border-color: #4F4054; }
span { border-color: rgb(79,64,84); }
td.TdClassName
{
border-color: #4F4054;
}
.TagClassName
{
border-color: #4F4054;
}
</style>