Shades of Bossanova #4B3950
Tints of Bossanova #4B3950
RGB
CMYK
RGB Variations
Color information
#4B3950 (or 0x4B3950) is known color: Bossanova. HEX triplet: 4B, 39 and 50. RGB value is (75,57,80). Sum of RGB (Red+Green+Blue) = 75+57+80=212 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.38% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 80 - color contains mainly: blue. Hex color #4B3950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3950 is #B4C6AF. Grayscale: #404040. Windows color (decimal): -11847344 or 5257547. OLE color: 5257547.
HSL color Cylindrical-coordinate representation of color #4B3950: hue angle of 286.96º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4B3950 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 75 | 57 | 80 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.69 |
| HSL | 286.96º | 0.17% | 0.27% | - |
| HSV(B) | 286.96º | 0.29% | 0.31% | - |
| XYZ | 5.81 | 5 | 8.25 | - |
| YUV | 65 | 136.46 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 57 | 80 | 0.06 | 0.29 | 0 | 0.69 | 286.96 | 0.17 | 0.27 |
| Hex | 4B | 39 | 50 | 6 | 1D | 0 | 45 | 11F | 11 | 1B |
| Octal | 113 | 71 | 120 | 6 | 35 | 0 | 105 | 437 | 21 | 33 |
| Binary | 1001011 | 111001 | 1010000 | 110 | 11101 | 0 | 1000101 | 100011111 | 10001 | 11011 |
Color Harmonies of #4B3950
Complementary color
Monochromatic Colors of #4B3950
Black with #4B3950
Text Example
Text Example
White with #4B3950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3950; }
p { color: rgb(75,57,80); }
H1.HeaderClassName
{
color: #4B3950;
}
.AnyTagClassName
{
color: #4B3950;
}
</style>
background-color css
<style>
a { background-color: #4B3950; }
a { background-color: rgb(75,57,80); }
div.DivClassName
{
background-color: #4B3950;
}
.BgClassName
{
background-color: #4B3950;
}
</style>
border-color css
<style>
span { border-color: #4B3950; }
span { border-color: rgb(75,57,80); }
td.TdClassName
{
border-color: #4B3950;
}
.TagClassName
{
border-color: #4B3950;
}
</style>