Shades of Bossanova #4B414F
Tints of Bossanova #4B414F
RGB
CMYK
RGB Variations
Color information
#4B414F (or 0x4B414F) is known color: Bossanova. HEX triplet: 4B, 41 and 4F. RGB value is (75,65,79). Sum of RGB (Red+Green+Blue) = 75+65+79=219 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.25% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 79 - color contains mainly: blue. Hex color #4B414F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B414F is #B4BEB0. Grayscale: #454545. Windows color (decimal): -11845297 or 5194059. OLE color: 5194059.
HSL color Cylindrical-coordinate representation of color #4B414F: hue angle of 282.86º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4B414F is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 75 | 65 | 79 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.69 |
| HSL | 282.86º | 0.1% | 0.28% | - |
| HSV(B) | 282.86º | 0.18% | 0.31% | - |
| XYZ | 6.2 | 5.84 | 8.2 | - |
| YUV | 69.59 | 133.31 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 65 | 79 | 0.05 | 0.18 | 0 | 0.69 | 282.86 | 0.1 | 0.28 |
| Hex | 4B | 41 | 4F | 5 | 12 | 0 | 45 | 11B | A | 1C |
| Octal | 113 | 101 | 117 | 5 | 22 | 0 | 105 | 433 | 12 | 34 |
| Binary | 1001011 | 1000001 | 1001111 | 101 | 10010 | 0 | 1000101 | 100011011 | 1010 | 11100 |
Color Harmonies of #4B414F
Complementary color
Monochromatic Colors of #4B414F
Black with #4B414F
Text Example
Text Example
White with #4B414F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B414F; }
p { color: rgb(75,65,79); }
H1.HeaderClassName
{
color: #4B414F;
}
.AnyTagClassName
{
color: #4B414F;
}
</style>
background-color css
<style>
a { background-color: #4B414F; }
a { background-color: rgb(75,65,79); }
div.DivClassName
{
background-color: #4B414F;
}
.BgClassName
{
background-color: #4B414F;
}
</style>
border-color css
<style>
span { border-color: #4B414F; }
span { border-color: rgb(75,65,79); }
td.TdClassName
{
border-color: #4B414F;
}
.TagClassName
{
border-color: #4B414F;
}
</style>