Shades of Bossanova #49474A
Tints of Bossanova #49474A
RGB
CMYK
RGB Variations
Color information
#49474A (or 0x49474A) is known color: Bossanova. HEX triplet: 49, 47 and 4A. RGB value is (73,71,74). Sum of RGB (Red+Green+Blue) = 73+71+74=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 74 - color contains mainly: blue. Hex color #49474A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49474A is #B6B8B5. Grayscale: #474747. Windows color (decimal): -11974838 or 4867913. OLE color: 4867913.
HSL color Cylindrical-coordinate representation of color #49474A: hue angle of 280º degrees, saturation: 0.02, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #49474A is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 71 | 74 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.71 |
| HSL | 280º | 0.02% | 0.28% | - |
| HSV(B) | 280º | 0.04% | 0.29% | - |
| XYZ | 6.24 | 6.42 | 7.39 | - |
| YUV | 71.94 | 129.16 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 71 | 74 | 0.01 | 0.04 | 0 | 0.71 | 280 | 0.02 | 0.28 |
| Hex | 49 | 47 | 4A | 1 | 4 | 0 | 47 | 118 | 2 | 1C |
| Octal | 111 | 107 | 112 | 1 | 4 | 0 | 107 | 430 | 2 | 34 |
| Binary | 1001001 | 1000111 | 1001010 | 1 | 100 | 0 | 1000111 | 100011000 | 10 | 11100 |
Color Harmonies of #49474A
Complementary color
Monochromatic Colors of #49474A
Black with #49474A
Text Example
Text Example
White with #49474A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49474A; }
p { color: rgb(73,71,74); }
H1.HeaderClassName
{
color: #49474A;
}
.AnyTagClassName
{
color: #49474A;
}
</style>
background-color css
<style>
a { background-color: #49474A; }
a { background-color: rgb(73,71,74); }
div.DivClassName
{
background-color: #49474A;
}
.BgClassName
{
background-color: #49474A;
}
</style>
border-color css
<style>
span { border-color: #49474A; }
span { border-color: rgb(73,71,74); }
td.TdClassName
{
border-color: #49474A;
}
.TagClassName
{
border-color: #49474A;
}
</style>