Shades of Bossanova #4F404F
Tints of Bossanova #4F404F
RGB
CMYK
RGB Variations
Color information
#4F404F (or 0x4F404F) is known color: Bossanova. HEX triplet: 4F, 40 and 4F. RGB value is (79,64,79). Sum of RGB (Red+Green+Blue) = 79+64+79=222 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.59% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 79 - color contains mainly: red, blue. Hex color #4F404F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F404F is #B0BFB0. Grayscale: #464646. Windows color (decimal): -11583409 or 5193807. OLE color: 5193807.
HSL color Cylindrical-coordinate representation of color #4F404F: hue angle of 300º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4F404F is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 64 | 79 | - |
| CMYK | 0 | 0.19 | 0 | 0.69 |
| HSL | 300º | 0.1% | 0.28% | - |
| HSV(B) | 300º | 0.19% | 0.31% | - |
| XYZ | 6.47 | 5.89 | 8.19 | - |
| YUV | 70.2 | 132.97 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 64 | 79 | 0 | 0.19 | 0 | 0.69 | 300 | 0.1 | 0.28 |
| Hex | 4F | 40 | 4F | 0 | 13 | 0 | 45 | 12C | A | 1C |
| Octal | 117 | 100 | 117 | 0 | 23 | 0 | 105 | 454 | 12 | 34 |
| Binary | 1001111 | 1000000 | 1001111 | 0 | 10011 | 0 | 1000101 | 100101100 | 1010 | 11100 |
Color Harmonies of #4F404F
Complementary color
Monochromatic Colors of #4F404F
Black with #4F404F
Text Example
Text Example
White with #4F404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F404F; }
p { color: rgb(79,64,79); }
H1.HeaderClassName
{
color: #4F404F;
}
.AnyTagClassName
{
color: #4F404F;
}
</style>
background-color css
<style>
a { background-color: #4F404F; }
a { background-color: rgb(79,64,79); }
div.DivClassName
{
background-color: #4F404F;
}
.BgClassName
{
background-color: #4F404F;
}
</style>
border-color css
<style>
span { border-color: #4F404F; }
span { border-color: rgb(79,64,79); }
td.TdClassName
{
border-color: #4F404F;
}
.TagClassName
{
border-color: #4F404F;
}
</style>