Shades of Bossanova #49364E
Tints of Bossanova #49364E
RGB
CMYK
RGB Variations
Color information
#49364E (or 0x49364E) is known color: Bossanova. HEX triplet: 49, 36 and 4E. RGB value is (73,54,78). Sum of RGB (Red+Green+Blue) = 73+54+78=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 78 - color contains mainly: blue. Hex color #49364E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49364E is #B6C9B1. Grayscale: #3E3E3E. Windows color (decimal): -11979186 or 5125705. OLE color: 5125705.
HSL color Cylindrical-coordinate representation of color #49364E: hue angle of 287.5º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #49364E is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 54 | 78 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.69 |
| HSL | 287.5º | 0.18% | 0.26% | - |
| HSV(B) | 287.5º | 0.31% | 0.31% | - |
| XYZ | 5.44 | 4.6 | 7.81 | - |
| YUV | 62.42 | 136.79 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 54 | 78 | 0.06 | 0.31 | 0 | 0.69 | 287.5 | 0.18 | 0.26 |
| Hex | 49 | 36 | 4E | 6 | 1F | 0 | 45 | 120 | 12 | 1A |
| Octal | 111 | 66 | 116 | 6 | 37 | 0 | 105 | 440 | 22 | 32 |
| Binary | 1001001 | 110110 | 1001110 | 110 | 11111 | 0 | 1000101 | 100100000 | 10010 | 11010 |
Color Harmonies of #49364E
Complementary color
Monochromatic Colors of #49364E
Black with #49364E
Text Example
Text Example
White with #49364E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49364E; }
p { color: rgb(73,54,78); }
H1.HeaderClassName
{
color: #49364E;
}
.AnyTagClassName
{
color: #49364E;
}
</style>
background-color css
<style>
a { background-color: #49364E; }
a { background-color: rgb(73,54,78); }
div.DivClassName
{
background-color: #49364E;
}
.BgClassName
{
background-color: #49364E;
}
</style>
border-color css
<style>
span { border-color: #49364E; }
span { border-color: rgb(73,54,78); }
td.TdClassName
{
border-color: #49364E;
}
.TagClassName
{
border-color: #49364E;
}
</style>