Shades of Bossanova #4B414D
Tints of Bossanova #4B414D
RGB
CMYK
RGB Variations
Color information
#4B414D (or 0x4B414D) is known color: Bossanova. HEX triplet: 4B, 41 and 4D. RGB value is (75,65,77). Sum of RGB (Red+Green+Blue) = 75+65+77=217 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.56% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 77 - color contains mainly: blue. Hex color #4B414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B414D is #B4BEB2. Grayscale: #454545. Windows color (decimal): -11845299 or 5062987. OLE color: 5062987.
HSL color Cylindrical-coordinate representation of color #4B414D: hue angle of 290º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4B414D is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 75 | 65 | 77 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.70 |
| HSL | 290º | 0.08% | 0.28% | - |
| HSV(B) | 290º | 0.16% | 0.3% | - |
| XYZ | 6.13 | 5.81 | 7.82 | - |
| YUV | 69.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 65 | 77 | 0.03 | 0.16 | 0 | 0.70 | 290 | 0.08 | 0.28 |
| Hex | 4B | 41 | 4D | 3 | 10 | 0 | 46 | 122 | 8 | 1C |
| Octal | 113 | 101 | 115 | 3 | 20 | 0 | 106 | 442 | 10 | 34 |
| Binary | 1001011 | 1000001 | 1001101 | 11 | 10000 | 0 | 1000110 | 100100010 | 1000 | 11100 |
Color Harmonies of #4B414D
Complementary color
Monochromatic Colors of #4B414D
Black with #4B414D
Text Example
Text Example
White with #4B414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B414D; }
p { color: rgb(75,65,77); }
H1.HeaderClassName
{
color: #4B414D;
}
.AnyTagClassName
{
color: #4B414D;
}
</style>
background-color css
<style>
a { background-color: #4B414D; }
a { background-color: rgb(75,65,77); }
div.DivClassName
{
background-color: #4B414D;
}
.BgClassName
{
background-color: #4B414D;
}
</style>
border-color css
<style>
span { border-color: #4B414D; }
span { border-color: rgb(75,65,77); }
td.TdClassName
{
border-color: #4B414D;
}
.TagClassName
{
border-color: #4B414D;
}
</style>