Shades of Bossanova #4B404C
Tints of Bossanova #4B404C
RGB
CMYK
RGB Variations
Color information
#4B404C (or 0x4B404C) is known color: Bossanova. HEX triplet: 4B, 40 and 4C. RGB value is (75,64,76). Sum of RGB (Red+Green+Blue) = 75+64+76=215 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.88% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 76 - color contains mainly: blue. Hex color #4B404C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B404C is #B4BFB3. Grayscale: #444444. Windows color (decimal): -11845556 or 4997195. OLE color: 4997195.
HSL color Cylindrical-coordinate representation of color #4B404C: hue angle of 295º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4B404C is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 75 | 64 | 76 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.70 |
| HSL | 295º | 0.09% | 0.27% | - |
| HSV(B) | 295º | 0.16% | 0.3% | - |
| XYZ | 6.04 | 5.68 | 7.62 | - |
| YUV | 68.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 64 | 76 | 0.01 | 0.16 | 0 | 0.70 | 295 | 0.09 | 0.27 |
| Hex | 4B | 40 | 4C | 1 | 10 | 0 | 46 | 127 | 9 | 1B |
| Octal | 113 | 100 | 114 | 1 | 20 | 0 | 106 | 447 | 11 | 33 |
| Binary | 1001011 | 1000000 | 1001100 | 1 | 10000 | 0 | 1000110 | 100100111 | 1001 | 11011 |
Color Harmonies of #4B404C
Complementary color
Monochromatic Colors of #4B404C
Black with #4B404C
Text Example
Text Example
White with #4B404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B404C; }
p { color: rgb(75,64,76); }
H1.HeaderClassName
{
color: #4B404C;
}
.AnyTagClassName
{
color: #4B404C;
}
</style>
background-color css
<style>
a { background-color: #4B404C; }
a { background-color: rgb(75,64,76); }
div.DivClassName
{
background-color: #4B404C;
}
.BgClassName
{
background-color: #4B404C;
}
</style>
border-color css
<style>
span { border-color: #4B404C; }
span { border-color: rgb(75,64,76); }
td.TdClassName
{
border-color: #4B404C;
}
.TagClassName
{
border-color: #4B404C;
}
</style>