Shades of Bossanova #493C4D
Tints of Bossanova #493C4D
RGB
CMYK
RGB Variations
Color information
#493C4D (or 0x493C4D) is known color: Bossanova. HEX triplet: 49, 3C and 4D. RGB value is (73,60,77). Sum of RGB (Red+Green+Blue) = 73+60+77=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 77 - color contains mainly: blue. Hex color #493C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493C4D is #B6C3B2. Grayscale: #414141. Windows color (decimal): -11977651 or 5061705. OLE color: 5061705.
HSL color Cylindrical-coordinate representation of color #493C4D: hue angle of 285.88º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #493C4D is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 60 | 77 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.70 |
| HSL | 285.88º | 0.12% | 0.27% | - |
| HSV(B) | 285.88º | 0.22% | 0.3% | - |
| XYZ | 5.7 | 5.18 | 7.72 | - |
| YUV | 65.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 77 | 0.05 | 0.22 | 0 | 0.70 | 285.88 | 0.12 | 0.27 |
| Hex | 49 | 3C | 4D | 5 | 16 | 0 | 46 | 11E | C | 1B |
| Octal | 111 | 74 | 115 | 5 | 26 | 0 | 106 | 436 | 14 | 33 |
| Binary | 1001001 | 111100 | 1001101 | 101 | 10110 | 0 | 1000110 | 100011110 | 1100 | 11011 |
Color Harmonies of #493C4D
Complementary color
Monochromatic Colors of #493C4D
Black with #493C4D
Text Example
Text Example
White with #493C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493C4D; }
p { color: rgb(73,60,77); }
H1.HeaderClassName
{
color: #493C4D;
}
.AnyTagClassName
{
color: #493C4D;
}
</style>
background-color css
<style>
a { background-color: #493C4D; }
a { background-color: rgb(73,60,77); }
div.DivClassName
{
background-color: #493C4D;
}
.BgClassName
{
background-color: #493C4D;
}
</style>
border-color css
<style>
span { border-color: #493C4D; }
span { border-color: rgb(73,60,77); }
td.TdClassName
{
border-color: #493C4D;
}
.TagClassName
{
border-color: #493C4D;
}
</style>