Shades of Bossanova #484248
Tints of Bossanova #484248
RGB
CMYK
RGB Variations
Color information
#484248 (or 0x484248) is known color: Bossanova. HEX triplet: 48, 42 and 48. RGB value is (72,66,72). Sum of RGB (Red+Green+Blue) = 72+66+72=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #484248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484248 is #B7BDB7. Grayscale: #444444. Windows color (decimal): -12041656 or 4735560. OLE color: 4735560.
HSL color Cylindrical-coordinate representation of color #484248: hue angle of 300º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #484248 is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 66 | 72 | - |
| CMYK | 0 | 0.08 | 0 | 0.72 |
| HSL | 300º | 0.04% | 0.27% | - |
| HSV(B) | 300º | 0.08% | 0.28% | - |
| XYZ | 5.79 | 5.74 | 6.93 | - |
| YUV | 68.48 | 129.99 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 66 | 72 | 0 | 0.08 | 0 | 0.72 | 300 | 0.04 | 0.27 |
| Hex | 48 | 42 | 48 | 0 | 8 | 0 | 48 | 12C | 4 | 1B |
| Octal | 110 | 102 | 110 | 0 | 10 | 0 | 110 | 454 | 4 | 33 |
| Binary | 1001000 | 1000010 | 1001000 | 0 | 1000 | 0 | 1001000 | 100101100 | 100 | 11011 |
Color Harmonies of #484248
Complementary color
Monochromatic Colors of #484248
Black with #484248
Text Example
Text Example
White with #484248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484248; }
p { color: rgb(72,66,72); }
H1.HeaderClassName
{
color: #484248;
}
.AnyTagClassName
{
color: #484248;
}
</style>
background-color css
<style>
a { background-color: #484248; }
a { background-color: rgb(72,66,72); }
div.DivClassName
{
background-color: #484248;
}
.BgClassName
{
background-color: #484248;
}
</style>
border-color css
<style>
span { border-color: #484248; }
span { border-color: rgb(72,66,72); }
td.TdClassName
{
border-color: #484248;
}
.TagClassName
{
border-color: #484248;
}
</style>