Shades of Bossanova #483F48
Tints of Bossanova #483F48
RGB
CMYK
RGB Variations
Color information
#483F48 (or 0x483F48) is known color: Bossanova. HEX triplet: 48, 3F and 48. RGB value is (72,63,72). Sum of RGB (Red+Green+Blue) = 72+63+72=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #483F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F48 is #B7C0B7. Grayscale: #424242. Windows color (decimal): -12042424 or 4734792. OLE color: 4734792.
HSL color Cylindrical-coordinate representation of color #483F48: 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.12%. Process color model (Four color, CMYK) of #483F48 is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 63 | 72 | - |
| CMYK | 0 | 0.12 | 0 | 0.72 |
| HSL | 300º | 0.07% | 0.26% | - |
| HSV(B) | 300º | 0.13% | 0.28% | - |
| XYZ | 5.62 | 5.4 | 6.88 | - |
| YUV | 66.72 | 130.98 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 72 | 0 | 0.12 | 0 | 0.72 | 300 | 0.07 | 0.26 |
| Hex | 48 | 3F | 48 | 0 | C | 0 | 48 | 12C | 7 | 1A |
| Octal | 110 | 77 | 110 | 0 | 14 | 0 | 110 | 454 | 7 | 32 |
| Binary | 1001000 | 111111 | 1001000 | 0 | 1100 | 0 | 1001000 | 100101100 | 111 | 11010 |
Color Harmonies of #483F48
Complementary color
Monochromatic Colors of #483F48
Black with #483F48
Text Example
Text Example
White with #483F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483F48; }
p { color: rgb(72,63,72); }
H1.HeaderClassName
{
color: #483F48;
}
.AnyTagClassName
{
color: #483F48;
}
</style>
background-color css
<style>
a { background-color: #483F48; }
a { background-color: rgb(72,63,72); }
div.DivClassName
{
background-color: #483F48;
}
.BgClassName
{
background-color: #483F48;
}
</style>
border-color css
<style>
span { border-color: #483F48; }
span { border-color: rgb(72,63,72); }
td.TdClassName
{
border-color: #483F48;
}
.TagClassName
{
border-color: #483F48;
}
</style>