Shades of Bossanova #493A4A
Tints of Bossanova #493A4A
RGB
CMYK
RGB Variations
Color information
#493A4A (or 0x493A4A) is known color: Bossanova. HEX triplet: 49, 3A and 4A. RGB value is (73,58,74). Sum of RGB (Red+Green+Blue) = 73+58+74=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 74 - color contains mainly: blue. Hex color #493A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A4A is #B6C5B5. Grayscale: #404040. Windows color (decimal): -11978166 or 4864585. OLE color: 4864585.
HSL color Cylindrical-coordinate representation of color #493A4A: hue angle of 296.25º degrees, saturation: 0.12, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #493A4A is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 58 | 74 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.71 |
| HSL | 296.25º | 0.12% | 0.26% | - |
| HSV(B) | 296.25º | 0.22% | 0.29% | - |
| XYZ | 5.5 | 4.94 | 7.14 | - |
| YUV | 64.31 | 133.47 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 58 | 74 | 0.01 | 0.22 | 0 | 0.71 | 296.25 | 0.12 | 0.26 |
| Hex | 49 | 3A | 4A | 1 | 16 | 0 | 47 | 128 | C | 1A |
| Octal | 111 | 72 | 112 | 1 | 26 | 0 | 107 | 450 | 14 | 32 |
| Binary | 1001001 | 111010 | 1001010 | 1 | 10110 | 0 | 1000111 | 100101000 | 1100 | 11010 |
Color Harmonies of #493A4A
Complementary color
Monochromatic Colors of #493A4A
Black with #493A4A
Text Example
Text Example
White with #493A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493A4A; }
p { color: rgb(73,58,74); }
H1.HeaderClassName
{
color: #493A4A;
}
.AnyTagClassName
{
color: #493A4A;
}
</style>
background-color css
<style>
a { background-color: #493A4A; }
a { background-color: rgb(73,58,74); }
div.DivClassName
{
background-color: #493A4A;
}
.BgClassName
{
background-color: #493A4A;
}
</style>
border-color css
<style>
span { border-color: #493A4A; }
span { border-color: rgb(73,58,74); }
td.TdClassName
{
border-color: #493A4A;
}
.TagClassName
{
border-color: #493A4A;
}
</style>