Shades of Bossanova #49364F
Tints of Bossanova #49364F
RGB
CMYK
RGB Variations
Color information
#49364F (or 0x49364F) is known color: Bossanova. HEX triplet: 49, 36 and 4F. RGB value is (73,54,79). Sum of RGB (Red+Green+Blue) = 73+54+79=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 79 - color contains mainly: blue. Hex color #49364F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49364F is #B6C9B0. Grayscale: #3E3E3E. Windows color (decimal): -11979185 or 5191241. OLE color: 5191241.
HSL color Cylindrical-coordinate representation of color #49364F: hue angle of 285.6º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #49364F is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 54 | 79 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.69 |
| HSL | 285.6º | 0.19% | 0.26% | - |
| HSV(B) | 285.6º | 0.32% | 0.31% | - |
| XYZ | 5.48 | 4.62 | 8 | - |
| YUV | 62.53 | 137.29 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 54 | 79 | 0.08 | 0.32 | 0 | 0.69 | 285.6 | 0.19 | 0.26 |
| Hex | 49 | 36 | 4F | 8 | 20 | 0 | 45 | 11E | 13 | 1A |
| Octal | 111 | 66 | 117 | 10 | 40 | 0 | 105 | 436 | 23 | 32 |
| Binary | 1001001 | 110110 | 1001111 | 1000 | 100000 | 0 | 1000101 | 100011110 | 10011 | 11010 |
Color Harmonies of #49364F
Complementary color
Monochromatic Colors of #49364F
Black with #49364F
Text Example
Text Example
White with #49364F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49364F; }
p { color: rgb(73,54,79); }
H1.HeaderClassName
{
color: #49364F;
}
.AnyTagClassName
{
color: #49364F;
}
</style>
background-color css
<style>
a { background-color: #49364F; }
a { background-color: rgb(73,54,79); }
div.DivClassName
{
background-color: #49364F;
}
.BgClassName
{
background-color: #49364F;
}
</style>
border-color css
<style>
span { border-color: #49364F; }
span { border-color: rgb(73,54,79); }
td.TdClassName
{
border-color: #49364F;
}
.TagClassName
{
border-color: #49364F;
}
</style>