Shades of Bossanova #49374D
Tints of Bossanova #49374D
RGB
CMYK
RGB Variations
Color information
#49374D (or 0x49374D) is known color: Bossanova. HEX triplet: 49, 37 and 4D. RGB value is (73,55,77). Sum of RGB (Red+Green+Blue) = 73+55+77=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 77 - color contains mainly: blue. Hex color #49374D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49374D is #B6C8B2. Grayscale: #3E3E3E. Windows color (decimal): -11978931 or 5060425. OLE color: 5060425.
HSL color Cylindrical-coordinate representation of color #49374D: hue angle of 289.09º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #49374D is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 55 | 77 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.70 |
| HSL | 289.09º | 0.17% | 0.26% | - |
| HSV(B) | 289.09º | 0.29% | 0.3% | - |
| XYZ | 5.45 | 4.68 | 7.64 | - |
| YUV | 62.89 | 135.96 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 55 | 77 | 0.05 | 0.29 | 0 | 0.70 | 289.09 | 0.17 | 0.26 |
| Hex | 49 | 37 | 4D | 5 | 1D | 0 | 46 | 121 | 11 | 1A |
| Octal | 111 | 67 | 115 | 5 | 35 | 0 | 106 | 441 | 21 | 32 |
| Binary | 1001001 | 110111 | 1001101 | 101 | 11101 | 0 | 1000110 | 100100001 | 10001 | 11010 |
Color Harmonies of #49374D
Complementary color
Monochromatic Colors of #49374D
Black with #49374D
Text Example
Text Example
White with #49374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49374D; }
p { color: rgb(73,55,77); }
H1.HeaderClassName
{
color: #49374D;
}
.AnyTagClassName
{
color: #49374D;
}
</style>
background-color css
<style>
a { background-color: #49374D; }
a { background-color: rgb(73,55,77); }
div.DivClassName
{
background-color: #49374D;
}
.BgClassName
{
background-color: #49374D;
}
</style>
border-color css
<style>
span { border-color: #49374D; }
span { border-color: rgb(73,55,77); }
td.TdClassName
{
border-color: #49374D;
}
.TagClassName
{
border-color: #49374D;
}
</style>