Shades of Bossanova #49384E
Tints of Bossanova #49384E
RGB
CMYK
RGB Variations
Color information
#49384E (or 0x49384E) is known color: Bossanova. HEX triplet: 49, 38 and 4E. RGB value is (73,56,78). Sum of RGB (Red+Green+Blue) = 73+56+78=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 78 - color contains mainly: blue. Hex color #49384E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49384E is #B6C7B1. Grayscale: #3F3F3F. Windows color (decimal): -11978674 or 5126217. OLE color: 5126217.
HSL color Cylindrical-coordinate representation of color #49384E: hue angle of 286.36º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #49384E is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 56 | 78 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.69 |
| HSL | 286.36º | 0.16% | 0.26% | - |
| HSV(B) | 286.36º | 0.28% | 0.31% | - |
| XYZ | 5.54 | 4.79 | 7.84 | - |
| YUV | 63.59 | 136.13 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 56 | 78 | 0.06 | 0.28 | 0 | 0.69 | 286.36 | 0.16 | 0.26 |
| Hex | 49 | 38 | 4E | 6 | 1C | 0 | 45 | 11E | 10 | 1A |
| Octal | 111 | 70 | 116 | 6 | 34 | 0 | 105 | 436 | 20 | 32 |
| Binary | 1001001 | 111000 | 1001110 | 110 | 11100 | 0 | 1000101 | 100011110 | 10000 | 11010 |
Color Harmonies of #49384E
Complementary color
Monochromatic Colors of #49384E
Black with #49384E
Text Example
Text Example
White with #49384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49384E; }
p { color: rgb(73,56,78); }
H1.HeaderClassName
{
color: #49384E;
}
.AnyTagClassName
{
color: #49384E;
}
</style>
background-color css
<style>
a { background-color: #49384E; }
a { background-color: rgb(73,56,78); }
div.DivClassName
{
background-color: #49384E;
}
.BgClassName
{
background-color: #49384E;
}
</style>
border-color css
<style>
span { border-color: #49384E; }
span { border-color: rgb(73,56,78); }
td.TdClassName
{
border-color: #49384E;
}
.TagClassName
{
border-color: #49384E;
}
</style>