Shades of Bossanova #493A4D
Tints of Bossanova #493A4D
RGB
CMYK
RGB Variations
Color information
#493A4D (or 0x493A4D) is known color: Bossanova. HEX triplet: 49, 3A and 4D. RGB value is (73,58,77). Sum of RGB (Red+Green+Blue) = 73+58+77=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 77 - color contains mainly: blue. Hex color #493A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493A4D is #B6C5B2. Grayscale: #404040. Windows color (decimal): -11978163 or 5061193. OLE color: 5061193.
HSL color Cylindrical-coordinate representation of color #493A4D: hue angle of 287.37º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #493A4D is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 58 | 77 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.70 |
| HSL | 287.37º | 0.14% | 0.26% | - |
| HSV(B) | 287.37º | 0.25% | 0.3% | - |
| XYZ | 5.6 | 4.98 | 7.69 | - |
| YUV | 64.65 | 134.97 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 58 | 77 | 0.05 | 0.25 | 0 | 0.70 | 287.37 | 0.14 | 0.26 |
| Hex | 49 | 3A | 4D | 5 | 19 | 0 | 46 | 11F | E | 1A |
| Octal | 111 | 72 | 115 | 5 | 31 | 0 | 106 | 437 | 16 | 32 |
| Binary | 1001001 | 111010 | 1001101 | 101 | 11001 | 0 | 1000110 | 100011111 | 1110 | 11010 |
Color Harmonies of #493A4D
Complementary color
Monochromatic Colors of #493A4D
Black with #493A4D
Text Example
Text Example
White with #493A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493A4D; }
p { color: rgb(73,58,77); }
H1.HeaderClassName
{
color: #493A4D;
}
.AnyTagClassName
{
color: #493A4D;
}
</style>
background-color css
<style>
a { background-color: #493A4D; }
a { background-color: rgb(73,58,77); }
div.DivClassName
{
background-color: #493A4D;
}
.BgClassName
{
background-color: #493A4D;
}
</style>
border-color css
<style>
span { border-color: #493A4D; }
span { border-color: rgb(73,58,77); }
td.TdClassName
{
border-color: #493A4D;
}
.TagClassName
{
border-color: #493A4D;
}
</style>