Shades of Bossanova #48394C
Tints of Bossanova #48394C
RGB
CMYK
RGB Variations
Color information
#48394C (or 0x48394C) is known color: Bossanova. HEX triplet: 48, 39 and 4C. RGB value is (72,57,76). Sum of RGB (Red+Green+Blue) = 72+57+76=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 76 - color contains mainly: blue. Hex color #48394C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48394C is #B7C6B3. Grayscale: #3F3F3F. Windows color (decimal): -12043956 or 4995400. OLE color: 4995400.
HSL color Cylindrical-coordinate representation of color #48394C: hue angle of 287.37º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #48394C is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 57 | 76 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.70 |
| HSL | 287.37º | 0.14% | 0.26% | - |
| HSV(B) | 287.37º | 0.25% | 0.3% | - |
| XYZ | 5.44 | 4.83 | 7.48 | - |
| YUV | 63.65 | 134.97 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 57 | 76 | 0.05 | 0.25 | 0 | 0.70 | 287.37 | 0.14 | 0.26 |
| Hex | 48 | 39 | 4C | 5 | 19 | 0 | 46 | 11F | E | 1A |
| Octal | 110 | 71 | 114 | 5 | 31 | 0 | 106 | 437 | 16 | 32 |
| Binary | 1001000 | 111001 | 1001100 | 101 | 11001 | 0 | 1000110 | 100011111 | 1110 | 11010 |
Color Harmonies of #48394C
Complementary color
Monochromatic Colors of #48394C
Black with #48394C
Text Example
Text Example
White with #48394C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48394C; }
p { color: rgb(72,57,76); }
H1.HeaderClassName
{
color: #48394C;
}
.AnyTagClassName
{
color: #48394C;
}
</style>
background-color css
<style>
a { background-color: #48394C; }
a { background-color: rgb(72,57,76); }
div.DivClassName
{
background-color: #48394C;
}
.BgClassName
{
background-color: #48394C;
}
</style>
border-color css
<style>
span { border-color: #48394C; }
span { border-color: rgb(72,57,76); }
td.TdClassName
{
border-color: #48394C;
}
.TagClassName
{
border-color: #48394C;
}
</style>