Shades of Bossanova #483D49
Tints of Bossanova #483D49
RGB
CMYK
RGB Variations
Color information
#483D49 (or 0x483D49) is known color: Bossanova. HEX triplet: 48, 3D and 49. RGB value is (72,61,73). Sum of RGB (Red+Green+Blue) = 72+61+73=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 73 - color contains mainly: blue. Hex color #483D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D49 is #B7C2B6. Grayscale: #414141. Windows color (decimal): -12042935 or 4799816. OLE color: 4799816.
HSL color Cylindrical-coordinate representation of color #483D49: hue angle of 295º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #483D49 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 61 | 73 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.71 |
| HSL | 295º | 0.09% | 0.26% | - |
| HSV(B) | 295º | 0.16% | 0.29% | - |
| XYZ | 5.54 | 5.2 | 7.01 | - |
| YUV | 65.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 73 | 0.01 | 0.16 | 0 | 0.71 | 295 | 0.09 | 0.26 |
| Hex | 48 | 3D | 49 | 1 | 10 | 0 | 47 | 127 | 9 | 1A |
| Octal | 110 | 75 | 111 | 1 | 20 | 0 | 107 | 447 | 11 | 32 |
| Binary | 1001000 | 111101 | 1001001 | 1 | 10000 | 0 | 1000111 | 100100111 | 1001 | 11010 |
Color Harmonies of #483D49
Complementary color
Monochromatic Colors of #483D49
Black with #483D49
Text Example
Text Example
White with #483D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D49; }
p { color: rgb(72,61,73); }
H1.HeaderClassName
{
color: #483D49;
}
.AnyTagClassName
{
color: #483D49;
}
</style>
background-color css
<style>
a { background-color: #483D49; }
a { background-color: rgb(72,61,73); }
div.DivClassName
{
background-color: #483D49;
}
.BgClassName
{
background-color: #483D49;
}
</style>
border-color css
<style>
span { border-color: #483D49; }
span { border-color: rgb(72,61,73); }
td.TdClassName
{
border-color: #483D49;
}
.TagClassName
{
border-color: #483D49;
}
</style>