Shades of Bossanova #483E48
Tints of Bossanova #483E48
RGB
CMYK
RGB Variations
Color information
#483E48 (or 0x483E48) is known color: Bossanova. HEX triplet: 48, 3E and 48. RGB value is (72,62,72). Sum of RGB (Red+Green+Blue) = 72+62+72=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #483E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E48 is #B7C1B7. Grayscale: #424242. Windows color (decimal): -12042680 or 4734536. OLE color: 4734536.
HSL color Cylindrical-coordinate representation of color #483E48: hue angle of 300º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #483E48 is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 62 | 72 | - |
| CMYK | 0 | 0.14 | 0 | 0.72 |
| HSL | 300º | 0.07% | 0.26% | - |
| HSV(B) | 300º | 0.14% | 0.28% | - |
| XYZ | 5.56 | 5.29 | 6.86 | - |
| YUV | 66.13 | 131.31 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 62 | 72 | 0 | 0.14 | 0 | 0.72 | 300 | 0.07 | 0.26 |
| Hex | 48 | 3E | 48 | 0 | E | 0 | 48 | 12C | 7 | 1A |
| Octal | 110 | 76 | 110 | 0 | 16 | 0 | 110 | 454 | 7 | 32 |
| Binary | 1001000 | 111110 | 1001000 | 0 | 1110 | 0 | 1001000 | 100101100 | 111 | 11010 |
Color Harmonies of #483E48
Complementary color
Monochromatic Colors of #483E48
Black with #483E48
Text Example
Text Example
White with #483E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483E48; }
p { color: rgb(72,62,72); }
H1.HeaderClassName
{
color: #483E48;
}
.AnyTagClassName
{
color: #483E48;
}
</style>
background-color css
<style>
a { background-color: #483E48; }
a { background-color: rgb(72,62,72); }
div.DivClassName
{
background-color: #483E48;
}
.BgClassName
{
background-color: #483E48;
}
</style>
border-color css
<style>
span { border-color: #483E48; }
span { border-color: rgb(72,62,72); }
td.TdClassName
{
border-color: #483E48;
}
.TagClassName
{
border-color: #483E48;
}
</style>