Shades of Bossanova #49424A
Tints of Bossanova #49424A
RGB
CMYK
RGB Variations
Color information
#49424A (or 0x49424A) is known color: Bossanova. HEX triplet: 49, 42 and 4A. RGB value is (73,66,74). Sum of RGB (Red+Green+Blue) = 73+66+74=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 74 - color contains mainly: blue. Hex color #49424A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49424A is #B6BDB5. Grayscale: #444444. Windows color (decimal): -11976118 or 4866633. OLE color: 4866633.
HSL color Cylindrical-coordinate representation of color #49424A: hue angle of 292.5º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #49424A is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 66 | 74 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.71 |
| HSL | 292.5º | 0.06% | 0.27% | - |
| HSV(B) | 292.5º | 0.11% | 0.29% | - |
| XYZ | 5.93 | 5.81 | 7.29 | - |
| YUV | 69.01 | 130.82 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 66 | 74 | 0.01 | 0.11 | 0 | 0.71 | 292.5 | 0.06 | 0.27 |
| Hex | 49 | 42 | 4A | 1 | B | 0 | 47 | 124 | 6 | 1B |
| Octal | 111 | 102 | 112 | 1 | 13 | 0 | 107 | 444 | 6 | 33 |
| Binary | 1001001 | 1000010 | 1001010 | 1 | 1011 | 0 | 1000111 | 100100100 | 110 | 11011 |
Color Harmonies of #49424A
Complementary color
Monochromatic Colors of #49424A
Black with #49424A
Text Example
Text Example
White with #49424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49424A; }
p { color: rgb(73,66,74); }
H1.HeaderClassName
{
color: #49424A;
}
.AnyTagClassName
{
color: #49424A;
}
</style>
background-color css
<style>
a { background-color: #49424A; }
a { background-color: rgb(73,66,74); }
div.DivClassName
{
background-color: #49424A;
}
.BgClassName
{
background-color: #49424A;
}
</style>
border-color css
<style>
span { border-color: #49424A; }
span { border-color: rgb(73,66,74); }
td.TdClassName
{
border-color: #49424A;
}
.TagClassName
{
border-color: #49424A;
}
</style>