Shades of Bossanova #49394E
Tints of Bossanova #49394E
RGB
CMYK
RGB Variations
Color information
#49394E (or 0x49394E) is known color: Bossanova. HEX triplet: 49, 39 and 4E. RGB value is (73,57,78). Sum of RGB (Red+Green+Blue) = 73+57+78=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 78 - color contains mainly: blue. Hex color #49394E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49394E is #B6C6B1. Grayscale: #404040. Windows color (decimal): -11978418 or 5126473. OLE color: 5126473.
HSL color Cylindrical-coordinate representation of color #49394E: hue angle of 285.71º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #49394E is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 57 | 78 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.69 |
| HSL | 285.71º | 0.16% | 0.26% | - |
| HSV(B) | 285.71º | 0.27% | 0.31% | - |
| XYZ | 5.59 | 4.89 | 7.86 | - |
| YUV | 64.18 | 135.8 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 57 | 78 | 0.06 | 0.27 | 0 | 0.69 | 285.71 | 0.16 | 0.26 |
| Hex | 49 | 39 | 4E | 6 | 1B | 0 | 45 | 11E | 10 | 1A |
| Octal | 111 | 71 | 116 | 6 | 33 | 0 | 105 | 436 | 20 | 32 |
| Binary | 1001001 | 111001 | 1001110 | 110 | 11011 | 0 | 1000101 | 100011110 | 10000 | 11010 |
Color Harmonies of #49394E
Complementary color
Monochromatic Colors of #49394E
Black with #49394E
Text Example
Text Example
White with #49394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49394E; }
p { color: rgb(73,57,78); }
H1.HeaderClassName
{
color: #49394E;
}
.AnyTagClassName
{
color: #49394E;
}
</style>
background-color css
<style>
a { background-color: #49394E; }
a { background-color: rgb(73,57,78); }
div.DivClassName
{
background-color: #49394E;
}
.BgClassName
{
background-color: #49394E;
}
</style>
border-color css
<style>
span { border-color: #49394E; }
span { border-color: rgb(73,57,78); }
td.TdClassName
{
border-color: #49394E;
}
.TagClassName
{
border-color: #49394E;
}
</style>