Shades of Bossanova #49374F
Tints of Bossanova #49374F
RGB
CMYK
RGB Variations
Color information
#49374F (or 0x49374F) is known color: Bossanova. HEX triplet: 49, 37 and 4F. RGB value is (73,55,79). Sum of RGB (Red+Green+Blue) = 73+55+79=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 79 - color contains mainly: blue. Hex color #49374F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49374F is #B6C8B0. Grayscale: #3F3F3F. Windows color (decimal): -11978929 or 5191497. OLE color: 5191497.
HSL color Cylindrical-coordinate representation of color #49374F: hue angle of 285º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #49374F is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 55 | 79 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.69 |
| HSL | 285º | 0.18% | 0.26% | - |
| HSV(B) | 285º | 0.3% | 0.31% | - |
| XYZ | 5.53 | 4.71 | 8.02 | - |
| YUV | 63.12 | 136.96 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 55 | 79 | 0.08 | 0.30 | 0 | 0.69 | 285 | 0.18 | 0.26 |
| Hex | 49 | 37 | 4F | 8 | 1E | 0 | 45 | 11D | 12 | 1A |
| Octal | 111 | 67 | 117 | 10 | 36 | 0 | 105 | 435 | 22 | 32 |
| Binary | 1001001 | 110111 | 1001111 | 1000 | 11110 | 0 | 1000101 | 100011101 | 10010 | 11010 |
Color Harmonies of #49374F
Complementary color
Monochromatic Colors of #49374F
Black with #49374F
Text Example
Text Example
White with #49374F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49374F; }
p { color: rgb(73,55,79); }
H1.HeaderClassName
{
color: #49374F;
}
.AnyTagClassName
{
color: #49374F;
}
</style>
background-color css
<style>
a { background-color: #49374F; }
a { background-color: rgb(73,55,79); }
div.DivClassName
{
background-color: #49374F;
}
.BgClassName
{
background-color: #49374F;
}
</style>
border-color css
<style>
span { border-color: #49374F; }
span { border-color: rgb(73,55,79); }
td.TdClassName
{
border-color: #49374F;
}
.TagClassName
{
border-color: #49374F;
}
</style>