Shades of Bossanova #4B474C
Tints of Bossanova #4B474C
RGB
CMYK
RGB Variations
Color information
#4B474C (or 0x4B474C) is known color: Bossanova. HEX triplet: 4B, 47 and 4C. RGB value is (75,71,76). Sum of RGB (Red+Green+Blue) = 75+71+76=222 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.78% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 76 - color contains mainly: blue. Hex color #4B474C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B474C is #B4B8B3. Grayscale: #484848. Windows color (decimal): -11843764 or 4998987. OLE color: 4998987.
HSL color Cylindrical-coordinate representation of color #4B474C: hue angle of 288º degrees, saturation: 0.03, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4B474C is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 75 | 71 | 76 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.70 |
| HSL | 288º | 0.03% | 0.29% | - |
| HSV(B) | 288º | 0.07% | 0.3% | - |
| XYZ | 6.46 | 6.52 | 7.76 | - |
| YUV | 72.77 | 129.83 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 71 | 76 | 0.01 | 0.07 | 0 | 0.70 | 288 | 0.03 | 0.29 |
| Hex | 4B | 47 | 4C | 1 | 7 | 0 | 46 | 120 | 3 | 1D |
| Octal | 113 | 107 | 114 | 1 | 7 | 0 | 106 | 440 | 3 | 35 |
| Binary | 1001011 | 1000111 | 1001100 | 1 | 111 | 0 | 1000110 | 100100000 | 11 | 11101 |
Color Harmonies of #4B474C
Complementary color
Monochromatic Colors of #4B474C
Black with #4B474C
Text Example
Text Example
White with #4B474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B474C; }
p { color: rgb(75,71,76); }
H1.HeaderClassName
{
color: #4B474C;
}
.AnyTagClassName
{
color: #4B474C;
}
</style>
background-color css
<style>
a { background-color: #4B474C; }
a { background-color: rgb(75,71,76); }
div.DivClassName
{
background-color: #4B474C;
}
.BgClassName
{
background-color: #4B474C;
}
</style>
border-color css
<style>
span { border-color: #4B474C; }
span { border-color: rgb(75,71,76); }
td.TdClassName
{
border-color: #4B474C;
}
.TagClassName
{
border-color: #4B474C;
}
</style>