Shades of Bossanova #4B4150
Tints of Bossanova #4B4150
RGB
CMYK
RGB Variations
Color information
#4B4150 (or 0x4B4150) is known color: Bossanova. HEX triplet: 4B, 41 and 50. RGB value is (75,65,80). Sum of RGB (Red+Green+Blue) = 75+65+80=220 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.09% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 80 - color contains mainly: blue. Hex color #4B4150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4150 is #B4BEAF. Grayscale: #454545. Windows color (decimal): -11845296 or 5259595. OLE color: 5259595.
HSL color Cylindrical-coordinate representation of color #4B4150: hue angle of 280º 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 #4B4150 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 75 | 65 | 80 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.69 |
| HSL | 280º | 0.1% | 0.28% | - |
| HSV(B) | 280º | 0.19% | 0.31% | - |
| XYZ | 6.24 | 5.86 | 8.39 | - |
| YUV | 69.7 | 133.81 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 65 | 80 | 0.06 | 0.19 | 0 | 0.69 | 280 | 0.1 | 0.28 |
| Hex | 4B | 41 | 50 | 6 | 13 | 0 | 45 | 118 | A | 1C |
| Octal | 113 | 101 | 120 | 6 | 23 | 0 | 105 | 430 | 12 | 34 |
| Binary | 1001011 | 1000001 | 1010000 | 110 | 10011 | 0 | 1000101 | 100011000 | 1010 | 11100 |
Color Harmonies of #4B4150
Complementary color
Monochromatic Colors of #4B4150
Black with #4B4150
Text Example
Text Example
White with #4B4150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4150; }
p { color: rgb(75,65,80); }
H1.HeaderClassName
{
color: #4B4150;
}
.AnyTagClassName
{
color: #4B4150;
}
</style>
background-color css
<style>
a { background-color: #4B4150; }
a { background-color: rgb(75,65,80); }
div.DivClassName
{
background-color: #4B4150;
}
.BgClassName
{
background-color: #4B4150;
}
</style>
border-color css
<style>
span { border-color: #4B4150; }
span { border-color: rgb(75,65,80); }
td.TdClassName
{
border-color: #4B4150;
}
.TagClassName
{
border-color: #4B4150;
}
</style>