Shades of Bossanova #4F4453
Tints of Bossanova #4F4453
RGB
CMYK
RGB Variations
Color information
#4F4453 (or 0x4F4453) is known color: Bossanova. HEX triplet: 4F, 44 and 53. RGB value is (79,68,83). Sum of RGB (Red+Green+Blue) = 79+68+83=230 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.35% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 83 - color contains mainly: blue. Hex color #4F4453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4453 is #B0BBAC. Grayscale: #484848. Windows color (decimal): -11582381 or 5456975. OLE color: 5456975.
HSL color Cylindrical-coordinate representation of color #4F4453: hue angle of 284º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4F4453 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 68 | 83 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.67 |
| HSL | 284º | 0.1% | 0.3% | - |
| HSV(B) | 284º | 0.18% | 0.33% | - |
| XYZ | 6.85 | 6.42 | 9.06 | - |
| YUV | 73 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 68 | 83 | 0.05 | 0.18 | 0 | 0.67 | 284 | 0.1 | 0.3 |
| Hex | 4F | 44 | 53 | 5 | 12 | 0 | 43 | 11C | A | 1E |
| Octal | 117 | 104 | 123 | 5 | 22 | 0 | 103 | 434 | 12 | 36 |
| Binary | 1001111 | 1000100 | 1010011 | 101 | 10010 | 0 | 1000011 | 100011100 | 1010 | 11110 |
Color Harmonies of #4F4453
Complementary color
Monochromatic Colors of #4F4453
Black with #4F4453
Text Example
Text Example
White with #4F4453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4453; }
p { color: rgb(79,68,83); }
H1.HeaderClassName
{
color: #4F4453;
}
.AnyTagClassName
{
color: #4F4453;
}
</style>
background-color css
<style>
a { background-color: #4F4453; }
a { background-color: rgb(79,68,83); }
div.DivClassName
{
background-color: #4F4453;
}
.BgClassName
{
background-color: #4F4453;
}
</style>
border-color css
<style>
span { border-color: #4F4453; }
span { border-color: rgb(79,68,83); }
td.TdClassName
{
border-color: #4F4453;
}
.TagClassName
{
border-color: #4F4453;
}
</style>