Shades of Bossanova #483B49
Tints of Bossanova #483B49
RGB
CMYK
RGB Variations
Color information
#483B49 (or 0x483B49) is known color: Bossanova. HEX triplet: 48, 3B and 49. RGB value is (72,59,73). Sum of RGB (Red+Green+Blue) = 72+59+73=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 73 - color contains mainly: blue. Hex color #483B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B49 is #B7C4B6. Grayscale: #404040. Windows color (decimal): -12043447 or 4799304. OLE color: 4799304.
HSL color Cylindrical-coordinate representation of color #483B49: hue angle of 295.71º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #483B49 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 59 | 73 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.71 |
| HSL | 295.71º | 0.11% | 0.26% | - |
| HSV(B) | 295.71º | 0.19% | 0.29% | - |
| XYZ | 5.44 | 4.99 | 6.98 | - |
| YUV | 64.48 | 132.81 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 59 | 73 | 0.01 | 0.19 | 0 | 0.71 | 295.71 | 0.11 | 0.26 |
| Hex | 48 | 3B | 49 | 1 | 13 | 0 | 47 | 128 | B | 1A |
| Octal | 110 | 73 | 111 | 1 | 23 | 0 | 107 | 450 | 13 | 32 |
| Binary | 1001000 | 111011 | 1001001 | 1 | 10011 | 0 | 1000111 | 100101000 | 1011 | 11010 |
Color Harmonies of #483B49
Complementary color
Monochromatic Colors of #483B49
Black with #483B49
Text Example
Text Example
White with #483B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483B49; }
p { color: rgb(72,59,73); }
H1.HeaderClassName
{
color: #483B49;
}
.AnyTagClassName
{
color: #483B49;
}
</style>
background-color css
<style>
a { background-color: #483B49; }
a { background-color: rgb(72,59,73); }
div.DivClassName
{
background-color: #483B49;
}
.BgClassName
{
background-color: #483B49;
}
</style>
border-color css
<style>
span { border-color: #483B49; }
span { border-color: rgb(72,59,73); }
td.TdClassName
{
border-color: #483B49;
}
.TagClassName
{
border-color: #483B49;
}
</style>