Shades of Bossanova #49394D
Tints of Bossanova #49394D
RGB
CMYK
RGB Variations
Color information
#49394D (or 0x49394D) is known color: Bossanova. HEX triplet: 49, 39 and 4D. RGB value is (73,57,77). Sum of RGB (Red+Green+Blue) = 73+57+77=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 77 - color contains mainly: blue. Hex color #49394D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49394D is #B6C6B2. Grayscale: #3F3F3F. Windows color (decimal): -11978419 or 5060937. OLE color: 5060937.
HSL color Cylindrical-coordinate representation of color #49394D: hue angle of 288º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #49394D is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 57 | 77 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.70 |
| HSL | 288º | 0.15% | 0.26% | - |
| HSV(B) | 288º | 0.26% | 0.3% | - |
| XYZ | 5.55 | 4.88 | 7.67 | - |
| YUV | 64.06 | 135.3 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 57 | 77 | 0.05 | 0.26 | 0 | 0.70 | 288 | 0.15 | 0.26 |
| Hex | 49 | 39 | 4D | 5 | 1A | 0 | 46 | 120 | F | 1A |
| Octal | 111 | 71 | 115 | 5 | 32 | 0 | 106 | 440 | 17 | 32 |
| Binary | 1001001 | 111001 | 1001101 | 101 | 11010 | 0 | 1000110 | 100100000 | 1111 | 11010 |
Color Harmonies of #49394D
Complementary color
Monochromatic Colors of #49394D
Black with #49394D
Text Example
Text Example
White with #49394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49394D; }
p { color: rgb(73,57,77); }
H1.HeaderClassName
{
color: #49394D;
}
.AnyTagClassName
{
color: #49394D;
}
</style>
background-color css
<style>
a { background-color: #49394D; }
a { background-color: rgb(73,57,77); }
div.DivClassName
{
background-color: #49394D;
}
.BgClassName
{
background-color: #49394D;
}
</style>
border-color css
<style>
span { border-color: #49394D; }
span { border-color: rgb(73,57,77); }
td.TdClassName
{
border-color: #49394D;
}
.TagClassName
{
border-color: #49394D;
}
</style>