Shades of Bossanova #48354D
Tints of Bossanova #48354D
RGB
CMYK
RGB Variations
Color information
#48354D (or 0x48354D) is known color: Bossanova. HEX triplet: 48, 35 and 4D. RGB value is (72,53,77). Sum of RGB (Red+Green+Blue) = 72+53+77=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 77 - color contains mainly: blue. Hex color #48354D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48354D is #B7CAB2. Grayscale: #3D3D3D. Windows color (decimal): -12044979 or 5059912. OLE color: 5059912.
HSL color Cylindrical-coordinate representation of color #48354D: hue angle of 287.5º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #48354D is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 53 | 77 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.70 |
| HSL | 287.5º | 0.18% | 0.25% | - |
| HSV(B) | 287.5º | 0.31% | 0.3% | - |
| XYZ | 5.29 | 4.46 | 7.6 | - |
| YUV | 61.42 | 136.79 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 53 | 77 | 0.06 | 0.31 | 0 | 0.70 | 287.5 | 0.18 | 0.25 |
| Hex | 48 | 35 | 4D | 6 | 1F | 0 | 46 | 120 | 12 | 19 |
| Octal | 110 | 65 | 115 | 6 | 37 | 0 | 106 | 440 | 22 | 31 |
| Binary | 1001000 | 110101 | 1001101 | 110 | 11111 | 0 | 1000110 | 100100000 | 10010 | 11001 |
Color Harmonies of #48354D
Complementary color
Monochromatic Colors of #48354D
Black with #48354D
Text Example
Text Example
White with #48354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48354D; }
p { color: rgb(72,53,77); }
H1.HeaderClassName
{
color: #48354D;
}
.AnyTagClassName
{
color: #48354D;
}
</style>
background-color css
<style>
a { background-color: #48354D; }
a { background-color: rgb(72,53,77); }
div.DivClassName
{
background-color: #48354D;
}
.BgClassName
{
background-color: #48354D;
}
</style>
border-color css
<style>
span { border-color: #48354D; }
span { border-color: rgb(72,53,77); }
td.TdClassName
{
border-color: #48354D;
}
.TagClassName
{
border-color: #48354D;
}
</style>