Shades of Bossanova #48404C
Tints of Bossanova #48404C
RGB
CMYK
RGB Variations
Color information
#48404C (or 0x48404C) is known color: Bossanova. HEX triplet: 48, 40 and 4C. RGB value is (72,64,76). Sum of RGB (Red+Green+Blue) = 72+64+76=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 76 - color contains mainly: blue. Hex color #48404C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48404C is #B7BFB3. Grayscale: #434343. Windows color (decimal): -12042164 or 4997192. OLE color: 4997192.
HSL color Cylindrical-coordinate representation of color #48404C: hue angle of 280º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #48404C is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 64 | 76 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.70 |
| HSL | 280º | 0.09% | 0.27% | - |
| HSV(B) | 280º | 0.16% | 0.3% | - |
| XYZ | 5.81 | 5.57 | 7.61 | - |
| YUV | 67.76 | 132.65 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 64 | 76 | 0.05 | 0.16 | 0 | 0.70 | 280 | 0.09 | 0.27 |
| Hex | 48 | 40 | 4C | 5 | 10 | 0 | 46 | 118 | 9 | 1B |
| Octal | 110 | 100 | 114 | 5 | 20 | 0 | 106 | 430 | 11 | 33 |
| Binary | 1001000 | 1000000 | 1001100 | 101 | 10000 | 0 | 1000110 | 100011000 | 1001 | 11011 |
Color Harmonies of #48404C
Complementary color
Monochromatic Colors of #48404C
Black with #48404C
Text Example
Text Example
White with #48404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48404C; }
p { color: rgb(72,64,76); }
H1.HeaderClassName
{
color: #48404C;
}
.AnyTagClassName
{
color: #48404C;
}
</style>
background-color css
<style>
a { background-color: #48404C; }
a { background-color: rgb(72,64,76); }
div.DivClassName
{
background-color: #48404C;
}
.BgClassName
{
background-color: #48404C;
}
</style>
border-color css
<style>
span { border-color: #48404C; }
span { border-color: rgb(72,64,76); }
td.TdClassName
{
border-color: #48404C;
}
.TagClassName
{
border-color: #48404C;
}
</style>