Shades of Bossanova #4F4853
Tints of Bossanova #4F4853
RGB
CMYK
RGB Variations
Color information
#4F4853 (or 0x4F4853) is known color: Bossanova. HEX triplet: 4F, 48 and 53. RGB value is (79,72,83). Sum of RGB (Red+Green+Blue) = 79+72+83=234 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.76% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 83 - color contains mainly: blue. Hex color #4F4853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4853 is #B0B7AC. Grayscale: #4B4B4B. Windows color (decimal): -11581357 or 5457999. OLE color: 5457999.
HSL color Cylindrical-coordinate representation of color #4F4853: hue angle of 278.18º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4F4853 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 72 | 83 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.67 |
| HSL | 278.18º | 0.07% | 0.3% | - |
| HSV(B) | 278.18º | 0.13% | 0.33% | - |
| XYZ | 7.1 | 6.92 | 9.15 | - |
| YUV | 75.35 | 132.32 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 72 | 83 | 0.05 | 0.13 | 0 | 0.67 | 278.18 | 0.07 | 0.3 |
| Hex | 4F | 48 | 53 | 5 | D | 0 | 43 | 116 | 7 | 1E |
| Octal | 117 | 110 | 123 | 5 | 15 | 0 | 103 | 426 | 7 | 36 |
| Binary | 1001111 | 1001000 | 1010011 | 101 | 1101 | 0 | 1000011 | 100010110 | 111 | 11110 |
Color Harmonies of #4F4853
Complementary color
Monochromatic Colors of #4F4853
Black with #4F4853
Text Example
Text Example
White with #4F4853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4853; }
p { color: rgb(79,72,83); }
H1.HeaderClassName
{
color: #4F4853;
}
.AnyTagClassName
{
color: #4F4853;
}
</style>
background-color css
<style>
a { background-color: #4F4853; }
a { background-color: rgb(79,72,83); }
div.DivClassName
{
background-color: #4F4853;
}
.BgClassName
{
background-color: #4F4853;
}
</style>
border-color css
<style>
span { border-color: #4F4853; }
span { border-color: rgb(79,72,83); }
td.TdClassName
{
border-color: #4F4853;
}
.TagClassName
{
border-color: #4F4853;
}
</style>