Shades of Bossanova #483648
Tints of Bossanova #483648
RGB
CMYK
RGB Variations
Color information
#483648 (or 0x483648) is known color: Bossanova. HEX triplet: 48, 36 and 48. RGB value is (72,54,72). Sum of RGB (Red+Green+Blue) = 72+54+72=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #483648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483648 is #B7C9B7. Grayscale: #3D3D3D. Windows color (decimal): -12044728 or 4732488. OLE color: 4732488.
HSL color Cylindrical-coordinate representation of color #483648: hue angle of 300º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #483648 is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 54 | 72 | - |
| CMYK | 0 | 0.25 | 0 | 0.72 |
| HSL | 300º | 0.14% | 0.25% | - |
| HSV(B) | 300º | 0.25% | 0.28% | - |
| XYZ | 5.16 | 4.48 | 6.72 | - |
| YUV | 61.43 | 133.96 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 54 | 72 | 0 | 0.25 | 0 | 0.72 | 300 | 0.14 | 0.25 |
| Hex | 48 | 36 | 48 | 0 | 19 | 0 | 48 | 12C | E | 19 |
| Octal | 110 | 66 | 110 | 0 | 31 | 0 | 110 | 454 | 16 | 31 |
| Binary | 1001000 | 110110 | 1001000 | 0 | 11001 | 0 | 1001000 | 100101100 | 1110 | 11001 |
Color Harmonies of #483648
Complementary color
Monochromatic Colors of #483648
Black with #483648
Text Example
Text Example
White with #483648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483648; }
p { color: rgb(72,54,72); }
H1.HeaderClassName
{
color: #483648;
}
.AnyTagClassName
{
color: #483648;
}
</style>
background-color css
<style>
a { background-color: #483648; }
a { background-color: rgb(72,54,72); }
div.DivClassName
{
background-color: #483648;
}
.BgClassName
{
background-color: #483648;
}
</style>
border-color css
<style>
span { border-color: #483648; }
span { border-color: rgb(72,54,72); }
td.TdClassName
{
border-color: #483648;
}
.TagClassName
{
border-color: #483648;
}
</style>