Shades of Bossanova #4B3F4D
Tints of Bossanova #4B3F4D
RGB
CMYK
RGB Variations
Color information
#4B3F4D (or 0x4B3F4D) is known color: Bossanova. HEX triplet: 4B, 3F and 4D. RGB value is (75,63,77). Sum of RGB (Red+Green+Blue) = 75+63+77=215 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.88% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 77 - color contains mainly: blue. Hex color #4B3F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3F4D is #B4C0B2. Grayscale: #444444. Windows color (decimal): -11845811 or 5062475. OLE color: 5062475.
HSL color Cylindrical-coordinate representation of color #4B3F4D: hue angle of 291.43º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4B3F4D is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 75 | 63 | 77 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.70 |
| HSL | 291.43º | 0.1% | 0.27% | - |
| HSV(B) | 291.43º | 0.18% | 0.3% | - |
| XYZ | 6.02 | 5.59 | 7.78 | - |
| YUV | 68.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 63 | 77 | 0.03 | 0.18 | 0 | 0.70 | 291.43 | 0.1 | 0.27 |
| Hex | 4B | 3F | 4D | 3 | 12 | 0 | 46 | 123 | A | 1B |
| Octal | 113 | 77 | 115 | 3 | 22 | 0 | 106 | 443 | 12 | 33 |
| Binary | 1001011 | 111111 | 1001101 | 11 | 10010 | 0 | 1000110 | 100100011 | 1010 | 11011 |
Color Harmonies of #4B3F4D
Complementary color
Monochromatic Colors of #4B3F4D
Black with #4B3F4D
Text Example
Text Example
White with #4B3F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3F4D; }
p { color: rgb(75,63,77); }
H1.HeaderClassName
{
color: #4B3F4D;
}
.AnyTagClassName
{
color: #4B3F4D;
}
</style>
background-color css
<style>
a { background-color: #4B3F4D; }
a { background-color: rgb(75,63,77); }
div.DivClassName
{
background-color: #4B3F4D;
}
.BgClassName
{
background-color: #4B3F4D;
}
</style>
border-color css
<style>
span { border-color: #4B3F4D; }
span { border-color: rgb(75,63,77); }
td.TdClassName
{
border-color: #4B3F4D;
}
.TagClassName
{
border-color: #4B3F4D;
}
</style>