Shades of Bossanova #4B494C
Tints of Bossanova #4B494C
RGB
CMYK
RGB Variations
Color information
#4B494C (or 0x4B494C) is known color: Bossanova. HEX triplet: 4B, 49 and 4C. RGB value is (75,73,76). Sum of RGB (Red+Green+Blue) = 75+73+76=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 76 - color contains mainly: blue. Hex color #4B494C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B494C is #B4B6B3. Grayscale: #494949. Windows color (decimal): -11843252 or 4999499. OLE color: 4999499.
HSL color Cylindrical-coordinate representation of color #4B494C: hue angle of 280º degrees, saturation: 0.02, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #4B494C is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 75 | 73 | 76 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.70 |
| HSL | 280º | 0.02% | 0.29% | - |
| HSV(B) | 280º | 0.04% | 0.3% | - |
| XYZ | 6.59 | 6.78 | 7.8 | - |
| YUV | 73.94 | 129.16 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 73 | 76 | 0.01 | 0.04 | 0 | 0.70 | 280 | 0.02 | 0.29 |
| Hex | 4B | 49 | 4C | 1 | 4 | 0 | 46 | 118 | 2 | 1D |
| Octal | 113 | 111 | 114 | 1 | 4 | 0 | 106 | 430 | 2 | 35 |
| Binary | 1001011 | 1001001 | 1001100 | 1 | 100 | 0 | 1000110 | 100011000 | 10 | 11101 |
Color Harmonies of #4B494C
Complementary color
Monochromatic Colors of #4B494C
Black with #4B494C
Text Example
Text Example
White with #4B494C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B494C; }
p { color: rgb(75,73,76); }
H1.HeaderClassName
{
color: #4B494C;
}
.AnyTagClassName
{
color: #4B494C;
}
</style>
background-color css
<style>
a { background-color: #4B494C; }
a { background-color: rgb(75,73,76); }
div.DivClassName
{
background-color: #4B494C;
}
.BgClassName
{
background-color: #4B494C;
}
</style>
border-color css
<style>
span { border-color: #4B494C; }
span { border-color: rgb(75,73,76); }
td.TdClassName
{
border-color: #4B494C;
}
.TagClassName
{
border-color: #4B494C;
}
</style>