Shades of Bossanova #4B474D
Tints of Bossanova #4B474D
RGB
CMYK
RGB Variations
Color information
#4B474D (or 0x4B474D) is known color: Bossanova. HEX triplet: 4B, 47 and 4D. RGB value is (75,71,77). Sum of RGB (Red+Green+Blue) = 75+71+77=223 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.63% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 77 - color contains mainly: blue. Hex color #4B474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B474D is #B4B8B2. Grayscale: #484848. Windows color (decimal): -11843763 or 5064523. OLE color: 5064523.
HSL color Cylindrical-coordinate representation of color #4B474D: hue angle of 280º degrees, saturation: 0.04, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4B474D is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 75 | 71 | 77 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.70 |
| HSL | 280º | 0.04% | 0.29% | - |
| HSV(B) | 280º | 0.08% | 0.3% | - |
| XYZ | 6.49 | 6.54 | 7.94 | - |
| YUV | 72.88 | 130.33 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 71 | 77 | 0.03 | 0.08 | 0 | 0.70 | 280 | 0.04 | 0.29 |
| Hex | 4B | 47 | 4D | 3 | 8 | 0 | 46 | 118 | 4 | 1D |
| Octal | 113 | 107 | 115 | 3 | 10 | 0 | 106 | 430 | 4 | 35 |
| Binary | 1001011 | 1000111 | 1001101 | 11 | 1000 | 0 | 1000110 | 100011000 | 100 | 11101 |
Color Harmonies of #4B474D
Complementary color
Monochromatic Colors of #4B474D
Black with #4B474D
Text Example
Text Example
White with #4B474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B474D; }
p { color: rgb(75,71,77); }
H1.HeaderClassName
{
color: #4B474D;
}
.AnyTagClassName
{
color: #4B474D;
}
</style>
background-color css
<style>
a { background-color: #4B474D; }
a { background-color: rgb(75,71,77); }
div.DivClassName
{
background-color: #4B474D;
}
.BgClassName
{
background-color: #4B474D;
}
</style>
border-color css
<style>
span { border-color: #4B474D; }
span { border-color: rgb(75,71,77); }
td.TdClassName
{
border-color: #4B474D;
}
.TagClassName
{
border-color: #4B474D;
}
</style>