Shades of Bossanova #48384E
Tints of Bossanova #48384E
RGB
CMYK
RGB Variations
Color information
#48384E (or 0x48384E) is known color: Bossanova. HEX triplet: 48, 38 and 4E. RGB value is (72,56,78). Sum of RGB (Red+Green+Blue) = 72+56+78=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 78 - color contains mainly: blue. Hex color #48384E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48384E is #B7C7B1. Grayscale: #3F3F3F. Windows color (decimal): -12044210 or 5126216. OLE color: 5126216.
HSL color Cylindrical-coordinate representation of color #48384E: hue angle of 283.64º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #48384E is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 56 | 78 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.69 |
| HSL | 283.64º | 0.16% | 0.26% | - |
| HSV(B) | 283.64º | 0.28% | 0.31% | - |
| XYZ | 5.46 | 4.76 | 7.84 | - |
| YUV | 63.29 | 136.3 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 56 | 78 | 0.08 | 0.28 | 0 | 0.69 | 283.64 | 0.16 | 0.26 |
| Hex | 48 | 38 | 4E | 8 | 1C | 0 | 45 | 11C | 10 | 1A |
| Octal | 110 | 70 | 116 | 10 | 34 | 0 | 105 | 434 | 20 | 32 |
| Binary | 1001000 | 111000 | 1001110 | 1000 | 11100 | 0 | 1000101 | 100011100 | 10000 | 11010 |
Color Harmonies of #48384E
Complementary color
Monochromatic Colors of #48384E
Black with #48384E
Text Example
Text Example
White with #48384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48384E; }
p { color: rgb(72,56,78); }
H1.HeaderClassName
{
color: #48384E;
}
.AnyTagClassName
{
color: #48384E;
}
</style>
background-color css
<style>
a { background-color: #48384E; }
a { background-color: rgb(72,56,78); }
div.DivClassName
{
background-color: #48384E;
}
.BgClassName
{
background-color: #48384E;
}
</style>
border-color css
<style>
span { border-color: #48384E; }
span { border-color: rgb(72,56,78); }
td.TdClassName
{
border-color: #48384E;
}
.TagClassName
{
border-color: #48384E;
}
</style>