Shades of Bossanova #49404A
Tints of Bossanova #49404A
RGB
CMYK
RGB Variations
Color information
#49404A (or 0x49404A) is known color: Bossanova. HEX triplet: 49, 40 and 4A. RGB value is (73,64,74). Sum of RGB (Red+Green+Blue) = 73+64+74=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 74 - color contains mainly: blue. Hex color #49404A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49404A is #B6BFB5. Grayscale: #434343. Windows color (decimal): -11976630 or 4866121. OLE color: 4866121.
HSL color Cylindrical-coordinate representation of color #49404A: hue angle of 294º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #49404A is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 64 | 74 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.71 |
| HSL | 294º | 0.07% | 0.27% | - |
| HSV(B) | 294º | 0.14% | 0.29% | - |
| XYZ | 5.82 | 5.58 | 7.25 | - |
| YUV | 67.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 64 | 74 | 0.01 | 0.14 | 0 | 0.71 | 294 | 0.07 | 0.27 |
| Hex | 49 | 40 | 4A | 1 | E | 0 | 47 | 126 | 7 | 1B |
| Octal | 111 | 100 | 112 | 1 | 16 | 0 | 107 | 446 | 7 | 33 |
| Binary | 1001001 | 1000000 | 1001010 | 1 | 1110 | 0 | 1000111 | 100100110 | 111 | 11011 |
Color Harmonies of #49404A
Complementary color
Monochromatic Colors of #49404A
Black with #49404A
Text Example
Text Example
White with #49404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49404A; }
p { color: rgb(73,64,74); }
H1.HeaderClassName
{
color: #49404A;
}
.AnyTagClassName
{
color: #49404A;
}
</style>
background-color css
<style>
a { background-color: #49404A; }
a { background-color: rgb(73,64,74); }
div.DivClassName
{
background-color: #49404A;
}
.BgClassName
{
background-color: #49404A;
}
</style>
border-color css
<style>
span { border-color: #49404A; }
span { border-color: rgb(73,64,74); }
td.TdClassName
{
border-color: #49404A;
}
.TagClassName
{
border-color: #49404A;
}
</style>