Shades of Bossanova #483B48
Tints of Bossanova #483B48
RGB
CMYK
RGB Variations
Color information
#483B48 (or 0x483B48) is known color: Bossanova. HEX triplet: 48, 3B and 48. RGB value is (72,59,72). Sum of RGB (Red+Green+Blue) = 72+59+72=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 59 (23.44% from 255 or 29.06% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #483B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B48 is #B7C4B7. Grayscale: #404040. Windows color (decimal): -12043448 or 4733768. OLE color: 4733768.
HSL color Cylindrical-coordinate representation of color #483B48: hue angle of 300º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #483B48 is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 59 | 72 | - |
| CMYK | 0 | 0.18 | 0 | 0.72 |
| HSL | 300º | 0.1% | 0.26% | - |
| HSV(B) | 300º | 0.18% | 0.28% | - |
| XYZ | 5.41 | 4.97 | 6.81 | - |
| YUV | 64.37 | 132.31 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 59 | 72 | 0 | 0.18 | 0 | 0.72 | 300 | 0.1 | 0.26 |
| Hex | 48 | 3B | 48 | 0 | 12 | 0 | 48 | 12C | A | 1A |
| Octal | 110 | 73 | 110 | 0 | 22 | 0 | 110 | 454 | 12 | 32 |
| Binary | 1001000 | 111011 | 1001000 | 0 | 10010 | 0 | 1001000 | 100101100 | 1010 | 11010 |
Color Harmonies of #483B48
Complementary color
Monochromatic Colors of #483B48
Black with #483B48
Text Example
Text Example
White with #483B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483B48; }
p { color: rgb(72,59,72); }
H1.HeaderClassName
{
color: #483B48;
}
.AnyTagClassName
{
color: #483B48;
}
</style>
background-color css
<style>
a { background-color: #483B48; }
a { background-color: rgb(72,59,72); }
div.DivClassName
{
background-color: #483B48;
}
.BgClassName
{
background-color: #483B48;
}
</style>
border-color css
<style>
span { border-color: #483B48; }
span { border-color: rgb(72,59,72); }
td.TdClassName
{
border-color: #483B48;
}
.TagClassName
{
border-color: #483B48;
}
</style>