Shades of Bossanova #48374E
Tints of Bossanova #48374E
RGB
CMYK
RGB Variations
Color information
#48374E (or 0x48374E) is known color: Bossanova. HEX triplet: 48, 37 and 4E. RGB value is (72,55,78). Sum of RGB (Red+Green+Blue) = 72+55+78=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 78 - color contains mainly: blue. Hex color #48374E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48374E is #B7C8B1. Grayscale: #3E3E3E. Windows color (decimal): -12044466 or 5125960. OLE color: 5125960.
HSL color Cylindrical-coordinate representation of color #48374E: hue angle of 284.35º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #48374E is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 55 | 78 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.69 |
| HSL | 284.35º | 0.17% | 0.26% | - |
| HSV(B) | 284.35º | 0.29% | 0.31% | - |
| XYZ | 5.41 | 4.66 | 7.82 | - |
| YUV | 62.71 | 136.63 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 55 | 78 | 0.08 | 0.29 | 0 | 0.69 | 284.35 | 0.17 | 0.26 |
| Hex | 48 | 37 | 4E | 8 | 1D | 0 | 45 | 11C | 11 | 1A |
| Octal | 110 | 67 | 116 | 10 | 35 | 0 | 105 | 434 | 21 | 32 |
| Binary | 1001000 | 110111 | 1001110 | 1000 | 11101 | 0 | 1000101 | 100011100 | 10001 | 11010 |
Color Harmonies of #48374E
Complementary color
Monochromatic Colors of #48374E
Black with #48374E
Text Example
Text Example
White with #48374E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48374E; }
p { color: rgb(72,55,78); }
H1.HeaderClassName
{
color: #48374E;
}
.AnyTagClassName
{
color: #48374E;
}
</style>
background-color css
<style>
a { background-color: #48374E; }
a { background-color: rgb(72,55,78); }
div.DivClassName
{
background-color: #48374E;
}
.BgClassName
{
background-color: #48374E;
}
</style>
border-color css
<style>
span { border-color: #48374E; }
span { border-color: rgb(72,55,78); }
td.TdClassName
{
border-color: #48374E;
}
.TagClassName
{
border-color: #48374E;
}
</style>