Shades of Bossanova #484748
Tints of Bossanova #484748
RGB
CMYK
RGB Variations
Color information
#484748 (or 0x484748) is known color: Bossanova. HEX triplet: 48, 47 and 48. RGB value is (72,71,72). Sum of RGB (Red+Green+Blue) = 72+71+72=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #484748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484748 is #B7B8B7. Grayscale: #474747. Windows color (decimal): -12040376 or 4736840. OLE color: 4736840.
HSL color Cylindrical-coordinate representation of color #484748: hue angle of 300º degrees, saturation: 0.01, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #484748 is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 71 | 72 | - |
| CMYK | 0 | 0.01 | 0 | 0.72 |
| HSL | 300º | 0.01% | 0.28% | - |
| HSV(B) | 300º | 0.01% | 0.28% | - |
| XYZ | 6.1 | 6.35 | 7.04 | - |
| YUV | 71.41 | 128.33 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 71 | 72 | 0 | 0.01 | 0 | 0.72 | 300 | 0.01 | 0.28 |
| Hex | 48 | 47 | 48 | 0 | 1 | 0 | 48 | 12C | 1 | 1C |
| Octal | 110 | 107 | 110 | 0 | 1 | 0 | 110 | 454 | 1 | 34 |
| Binary | 1001000 | 1000111 | 1001000 | 0 | 1 | 0 | 1001000 | 100101100 | 1 | 11100 |
Color Harmonies of #484748
Complementary color
Monochromatic Colors of #484748
Black with #484748
Text Example
Text Example
White with #484748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484748; }
p { color: rgb(72,71,72); }
H1.HeaderClassName
{
color: #484748;
}
.AnyTagClassName
{
color: #484748;
}
</style>
background-color css
<style>
a { background-color: #484748; }
a { background-color: rgb(72,71,72); }
div.DivClassName
{
background-color: #484748;
}
.BgClassName
{
background-color: #484748;
}
</style>
border-color css
<style>
span { border-color: #484748; }
span { border-color: rgb(72,71,72); }
td.TdClassName
{
border-color: #484748;
}
.TagClassName
{
border-color: #484748;
}
</style>