Shades of Bossanova #4B374B
Tints of Bossanova #4B374B
RGB
CMYK
RGB Variations
Color information
#4B374B (or 0x4B374B) is known color: Bossanova. HEX triplet: 4B, 37 and 4B. RGB value is (75,55,75). Sum of RGB (Red+Green+Blue) = 75+55+75=205 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.59% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 75 - color contains mainly: red, blue. Hex color #4B374B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B374B is #B4C8B4. Grayscale: #3F3F3F. Windows color (decimal): -11847861 or 4929355. OLE color: 4929355.
HSL color Cylindrical-coordinate representation of color #4B374B: hue angle of 300º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4B374B is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 55 | 75 | - |
| CMYK | 0 | 0.27 | 0 | 0.71 |
| HSL | 300º | 0.15% | 0.25% | - |
| HSV(B) | 300º | 0.27% | 0.29% | - |
| XYZ | 5.54 | 4.74 | 7.28 | - |
| YUV | 63.26 | 134.63 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 55 | 75 | 0 | 0.27 | 0 | 0.71 | 300 | 0.15 | 0.25 |
| Hex | 4B | 37 | 4B | 0 | 1B | 0 | 47 | 12C | F | 19 |
| Octal | 113 | 67 | 113 | 0 | 33 | 0 | 107 | 454 | 17 | 31 |
| Binary | 1001011 | 110111 | 1001011 | 0 | 11011 | 0 | 1000111 | 100101100 | 1111 | 11001 |
Color Harmonies of #4B374B
Complementary color
Monochromatic Colors of #4B374B
Black with #4B374B
Text Example
Text Example
White with #4B374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B374B; }
p { color: rgb(75,55,75); }
H1.HeaderClassName
{
color: #4B374B;
}
.AnyTagClassName
{
color: #4B374B;
}
</style>
background-color css
<style>
a { background-color: #4B374B; }
a { background-color: rgb(75,55,75); }
div.DivClassName
{
background-color: #4B374B;
}
.BgClassName
{
background-color: #4B374B;
}
</style>
border-color css
<style>
span { border-color: #4B374B; }
span { border-color: rgb(75,55,75); }
td.TdClassName
{
border-color: #4B374B;
}
.TagClassName
{
border-color: #4B374B;
}
</style>