Shades of Bossanova #4F4053
Tints of Bossanova #4F4053
RGB
CMYK
RGB Variations
Color information
#4F4053 (or 0x4F4053) is known color: Bossanova. HEX triplet: 4F, 40 and 53. RGB value is (79,64,83). Sum of RGB (Red+Green+Blue) = 79+64+83=226 (29% of max value = 765). Red value is 79 (31.25% from 255 or 34.96% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 83 - color contains mainly: blue. Hex color #4F4053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4053 is #B0BFAC. Grayscale: #464646. Windows color (decimal): -11583405 or 5455951. OLE color: 5455951.
HSL color Cylindrical-coordinate representation of color #4F4053: hue angle of 287.37º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4F4053 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 64 | 83 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.67 |
| HSL | 287.37º | 0.13% | 0.29% | - |
| HSV(B) | 287.37º | 0.23% | 0.33% | - |
| XYZ | 6.62 | 5.95 | 8.98 | - |
| YUV | 70.65 | 134.97 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 64 | 83 | 0.05 | 0.23 | 0 | 0.67 | 287.37 | 0.13 | 0.29 |
| Hex | 4F | 40 | 53 | 5 | 17 | 0 | 43 | 11F | D | 1D |
| Octal | 117 | 100 | 123 | 5 | 27 | 0 | 103 | 437 | 15 | 35 |
| Binary | 1001111 | 1000000 | 1010011 | 101 | 10111 | 0 | 1000011 | 100011111 | 1101 | 11101 |
Color Harmonies of #4F4053
Complementary color
Monochromatic Colors of #4F4053
Black with #4F4053
Text Example
Text Example
White with #4F4053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4053; }
p { color: rgb(79,64,83); }
H1.HeaderClassName
{
color: #4F4053;
}
.AnyTagClassName
{
color: #4F4053;
}
</style>
background-color css
<style>
a { background-color: #4F4053; }
a { background-color: rgb(79,64,83); }
div.DivClassName
{
background-color: #4F4053;
}
.BgClassName
{
background-color: #4F4053;
}
</style>
border-color css
<style>
span { border-color: #4F4053; }
span { border-color: rgb(79,64,83); }
td.TdClassName
{
border-color: #4F4053;
}
.TagClassName
{
border-color: #4F4053;
}
</style>