Shades of Bossanova #4F3F50
Tints of Bossanova #4F3F50
RGB
CMYK
RGB Variations
Color information
#4F3F50 (or 0x4F3F50) is known color: Bossanova. HEX triplet: 4F, 3F and 50. RGB value is (79,63,80). Sum of RGB (Red+Green+Blue) = 79+63+80=222 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.59% from 222); Green value is 63 (25% from 255 or 28.38% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 80 - color contains mainly: blue. Hex color #4F3F50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3F50 is #B0C0AF. Grayscale: #454545. Windows color (decimal): -11583664 or 5259087. OLE color: 5259087.
HSL color Cylindrical-coordinate representation of color #4F3F50: hue angle of 296.47º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4F3F50 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 63 | 80 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.69 |
| HSL | 296.47º | 0.12% | 0.28% | - |
| HSV(B) | 296.47º | 0.21% | 0.31% | - |
| XYZ | 6.45 | 5.8 | 8.37 | - |
| YUV | 69.72 | 133.8 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 63 | 80 | 0.01 | 0.21 | 0 | 0.69 | 296.47 | 0.12 | 0.28 |
| Hex | 4F | 3F | 50 | 1 | 15 | 0 | 45 | 128 | C | 1C |
| Octal | 117 | 77 | 120 | 1 | 25 | 0 | 105 | 450 | 14 | 34 |
| Binary | 1001111 | 111111 | 1010000 | 1 | 10101 | 0 | 1000101 | 100101000 | 1100 | 11100 |
Color Harmonies of #4F3F50
Complementary color
Monochromatic Colors of #4F3F50
Black with #4F3F50
Text Example
Text Example
White with #4F3F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3F50; }
p { color: rgb(79,63,80); }
H1.HeaderClassName
{
color: #4F3F50;
}
.AnyTagClassName
{
color: #4F3F50;
}
</style>
background-color css
<style>
a { background-color: #4F3F50; }
a { background-color: rgb(79,63,80); }
div.DivClassName
{
background-color: #4F3F50;
}
.BgClassName
{
background-color: #4F3F50;
}
</style>
border-color css
<style>
span { border-color: #4F3F50; }
span { border-color: rgb(79,63,80); }
td.TdClassName
{
border-color: #4F3F50;
}
.TagClassName
{
border-color: #4F3F50;
}
</style>