Shades of Bossanova #484048
Tints of Bossanova #484048
RGB
CMYK
RGB Variations
Color information
#484048 (or 0x484048) is known color: Bossanova. HEX triplet: 48, 40 and 48. RGB value is (72,64,72). Sum of RGB (Red+Green+Blue) = 72+64+72=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #484048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484048 is #B7BFB7. Grayscale: #434343. Windows color (decimal): -12042168 or 4735048. OLE color: 4735048.
HSL color Cylindrical-coordinate representation of color #484048: hue angle of 300º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #484048 is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 64 | 72 | - |
| CMYK | 0 | 0.11 | 0 | 0.72 |
| HSL | 300º | 0.06% | 0.27% | - |
| HSV(B) | 300º | 0.11% | 0.28% | - |
| XYZ | 5.68 | 5.51 | 6.9 | - |
| YUV | 67.3 | 130.65 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 64 | 72 | 0 | 0.11 | 0 | 0.72 | 300 | 0.06 | 0.27 |
| Hex | 48 | 40 | 48 | 0 | B | 0 | 48 | 12C | 6 | 1B |
| Octal | 110 | 100 | 110 | 0 | 13 | 0 | 110 | 454 | 6 | 33 |
| Binary | 1001000 | 1000000 | 1001000 | 0 | 1011 | 0 | 1001000 | 100101100 | 110 | 11011 |
Color Harmonies of #484048
Complementary color
Monochromatic Colors of #484048
Black with #484048
Text Example
Text Example
White with #484048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484048; }
p { color: rgb(72,64,72); }
H1.HeaderClassName
{
color: #484048;
}
.AnyTagClassName
{
color: #484048;
}
</style>
background-color css
<style>
a { background-color: #484048; }
a { background-color: rgb(72,64,72); }
div.DivClassName
{
background-color: #484048;
}
.BgClassName
{
background-color: #484048;
}
</style>
border-color css
<style>
span { border-color: #484048; }
span { border-color: rgb(72,64,72); }
td.TdClassName
{
border-color: #484048;
}
.TagClassName
{
border-color: #484048;
}
</style>