Shades of Bossanova #4B404D
Tints of Bossanova #4B404D
RGB
CMYK
RGB Variations
Color information
#4B404D (or 0x4B404D) is known color: Bossanova. HEX triplet: 4B, 40 and 4D. RGB value is (75,64,77). Sum of RGB (Red+Green+Blue) = 75+64+77=216 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.72% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 77 - color contains mainly: blue. Hex color #4B404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B404D is #B4BFB2. Grayscale: #444444. Windows color (decimal): -11845555 or 5062731. OLE color: 5062731.
HSL color Cylindrical-coordinate representation of color #4B404D: hue angle of 290.77º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4B404D is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 75 | 64 | 77 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.70 |
| HSL | 290.77º | 0.09% | 0.28% | - |
| HSV(B) | 290.77º | 0.17% | 0.3% | - |
| XYZ | 6.07 | 5.7 | 7.8 | - |
| YUV | 68.77 | 132.64 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 64 | 77 | 0.03 | 0.17 | 0 | 0.70 | 290.77 | 0.09 | 0.28 |
| Hex | 4B | 40 | 4D | 3 | 11 | 0 | 46 | 123 | 9 | 1C |
| Octal | 113 | 100 | 115 | 3 | 21 | 0 | 106 | 443 | 11 | 34 |
| Binary | 1001011 | 1000000 | 1001101 | 11 | 10001 | 0 | 1000110 | 100100011 | 1001 | 11100 |
Color Harmonies of #4B404D
Complementary color
Monochromatic Colors of #4B404D
Black with #4B404D
Text Example
Text Example
White with #4B404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B404D; }
p { color: rgb(75,64,77); }
H1.HeaderClassName
{
color: #4B404D;
}
.AnyTagClassName
{
color: #4B404D;
}
</style>
background-color css
<style>
a { background-color: #4B404D; }
a { background-color: rgb(75,64,77); }
div.DivClassName
{
background-color: #4B404D;
}
.BgClassName
{
background-color: #4B404D;
}
</style>
border-color css
<style>
span { border-color: #4B404D; }
span { border-color: rgb(75,64,77); }
td.TdClassName
{
border-color: #4B404D;
}
.TagClassName
{
border-color: #4B404D;
}
</style>