Shades of Bossanova #48374D
Tints of Bossanova #48374D
RGB
CMYK
RGB Variations
Color information
#48374D (or 0x48374D) is known color: Bossanova. HEX triplet: 48, 37 and 4D. RGB value is (72,55,77). Sum of RGB (Red+Green+Blue) = 72+55+77=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 77 - color contains mainly: blue. Hex color #48374D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48374D is #B7C8B2. Grayscale: #3E3E3E. Windows color (decimal): -12044467 or 5060424. OLE color: 5060424.
HSL color Cylindrical-coordinate representation of color #48374D: hue angle of 286.36º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #48374D is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 55 | 77 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.70 |
| HSL | 286.36º | 0.17% | 0.26% | - |
| HSV(B) | 286.36º | 0.29% | 0.3% | - |
| XYZ | 5.38 | 4.65 | 7.63 | - |
| YUV | 62.59 | 136.13 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 55 | 77 | 0.06 | 0.29 | 0 | 0.70 | 286.36 | 0.17 | 0.26 |
| Hex | 48 | 37 | 4D | 6 | 1D | 0 | 46 | 11E | 11 | 1A |
| Octal | 110 | 67 | 115 | 6 | 35 | 0 | 106 | 436 | 21 | 32 |
| Binary | 1001000 | 110111 | 1001101 | 110 | 11101 | 0 | 1000110 | 100011110 | 10001 | 11010 |
Color Harmonies of #48374D
Complementary color
Monochromatic Colors of #48374D
Black with #48374D
Text Example
Text Example
White with #48374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48374D; }
p { color: rgb(72,55,77); }
H1.HeaderClassName
{
color: #48374D;
}
.AnyTagClassName
{
color: #48374D;
}
</style>
background-color css
<style>
a { background-color: #48374D; }
a { background-color: rgb(72,55,77); }
div.DivClassName
{
background-color: #48374D;
}
.BgClassName
{
background-color: #48374D;
}
</style>
border-color css
<style>
span { border-color: #48374D; }
span { border-color: rgb(72,55,77); }
td.TdClassName
{
border-color: #48374D;
}
.TagClassName
{
border-color: #48374D;
}
</style>