Shades of Bossanova #4B404F
Tints of Bossanova #4B404F
RGB
CMYK
RGB Variations
Color information
#4B404F (or 0x4B404F) is known color: Bossanova. HEX triplet: 4B, 40 and 4F. RGB value is (75,64,79). Sum of RGB (Red+Green+Blue) = 75+64+79=218 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.40% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 79 - color contains mainly: blue. Hex color #4B404F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B404F is #B4BFB0. Grayscale: #444444. Windows color (decimal): -11845553 or 5193803. OLE color: 5193803.
HSL color Cylindrical-coordinate representation of color #4B404F: hue angle of 284º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4B404F is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 75 | 64 | 79 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.69 |
| HSL | 284º | 0.1% | 0.28% | - |
| HSV(B) | 284º | 0.19% | 0.31% | - |
| XYZ | 6.15 | 5.73 | 8.18 | - |
| YUV | 69 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 64 | 79 | 0.05 | 0.19 | 0 | 0.69 | 284 | 0.1 | 0.28 |
| Hex | 4B | 40 | 4F | 5 | 13 | 0 | 45 | 11C | A | 1C |
| Octal | 113 | 100 | 117 | 5 | 23 | 0 | 105 | 434 | 12 | 34 |
| Binary | 1001011 | 1000000 | 1001111 | 101 | 10011 | 0 | 1000101 | 100011100 | 1010 | 11100 |
Color Harmonies of #4B404F
Complementary color
Monochromatic Colors of #4B404F
Black with #4B404F
Text Example
Text Example
White with #4B404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B404F; }
p { color: rgb(75,64,79); }
H1.HeaderClassName
{
color: #4B404F;
}
.AnyTagClassName
{
color: #4B404F;
}
</style>
background-color css
<style>
a { background-color: #4B404F; }
a { background-color: rgb(75,64,79); }
div.DivClassName
{
background-color: #4B404F;
}
.BgClassName
{
background-color: #4B404F;
}
</style>
border-color css
<style>
span { border-color: #4B404F; }
span { border-color: rgb(75,64,79); }
td.TdClassName
{
border-color: #4B404F;
}
.TagClassName
{
border-color: #4B404F;
}
</style>