Shades of Bossanova #494149
Tints of Bossanova #494149
RGB
CMYK
RGB Variations
Color information
#494149 (or 0x494149) is known color: Bossanova. HEX triplet: 49, 41 and 49. RGB value is (73,65,73). Sum of RGB (Red+Green+Blue) = 73+65+73=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 73 - color contains mainly: red, blue. Hex color #494149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494149 is #B6BEB6. Grayscale: #444444. Windows color (decimal): -11976375 or 4800841. OLE color: 4800841.
HSL color Cylindrical-coordinate representation of color #494149: hue angle of 300º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #494149 is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 65 | 73 | - |
| CMYK | 0 | 0.11 | 0 | 0.71 |
| HSL | 300º | 0.06% | 0.27% | - |
| HSV(B) | 300º | 0.11% | 0.29% | - |
| XYZ | 5.84 | 5.68 | 7.09 | - |
| YUV | 68.3 | 130.65 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 65 | 73 | 0 | 0.11 | 0 | 0.71 | 300 | 0.06 | 0.27 |
| Hex | 49 | 41 | 49 | 0 | B | 0 | 47 | 12C | 6 | 1B |
| Octal | 111 | 101 | 111 | 0 | 13 | 0 | 107 | 454 | 6 | 33 |
| Binary | 1001001 | 1000001 | 1001001 | 0 | 1011 | 0 | 1000111 | 100101100 | 110 | 11011 |
Color Harmonies of #494149
Complementary color
Monochromatic Colors of #494149
Black with #494149
Text Example
Text Example
White with #494149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494149; }
p { color: rgb(73,65,73); }
H1.HeaderClassName
{
color: #494149;
}
.AnyTagClassName
{
color: #494149;
}
</style>
background-color css
<style>
a { background-color: #494149; }
a { background-color: rgb(73,65,73); }
div.DivClassName
{
background-color: #494149;
}
.BgClassName
{
background-color: #494149;
}
</style>
border-color css
<style>
span { border-color: #494149; }
span { border-color: rgb(73,65,73); }
td.TdClassName
{
border-color: #494149;
}
.TagClassName
{
border-color: #494149;
}
</style>