Shades of Bossanova #48424B
Tints of Bossanova #48424B
RGB
CMYK
RGB Variations
Color information
#48424B (or 0x48424B) is known color: Bossanova. HEX triplet: 48, 42 and 4B. RGB value is (72,66,75). Sum of RGB (Red+Green+Blue) = 72+66+75=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 75 - color contains mainly: blue. Hex color #48424B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48424B is #B7BDB4. Grayscale: #444444. Windows color (decimal): -12041653 or 4932168. OLE color: 4932168.
HSL color Cylindrical-coordinate representation of color #48424B: hue angle of 280º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #48424B is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 66 | 75 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.71 |
| HSL | 280º | 0.06% | 0.28% | - |
| HSV(B) | 280º | 0.12% | 0.29% | - |
| XYZ | 5.89 | 5.78 | 7.46 | - |
| YUV | 68.82 | 131.49 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 66 | 75 | 0.04 | 0.12 | 0 | 0.71 | 280 | 0.06 | 0.28 |
| Hex | 48 | 42 | 4B | 4 | C | 0 | 47 | 118 | 6 | 1C |
| Octal | 110 | 102 | 113 | 4 | 14 | 0 | 107 | 430 | 6 | 34 |
| Binary | 1001000 | 1000010 | 1001011 | 100 | 1100 | 0 | 1000111 | 100011000 | 110 | 11100 |
Color Harmonies of #48424B
Complementary color
Monochromatic Colors of #48424B
Black with #48424B
Text Example
Text Example
White with #48424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48424B; }
p { color: rgb(72,66,75); }
H1.HeaderClassName
{
color: #48424B;
}
.AnyTagClassName
{
color: #48424B;
}
</style>
background-color css
<style>
a { background-color: #48424B; }
a { background-color: rgb(72,66,75); }
div.DivClassName
{
background-color: #48424B;
}
.BgClassName
{
background-color: #48424B;
}
</style>
border-color css
<style>
span { border-color: #48424B; }
span { border-color: rgb(72,66,75); }
td.TdClassName
{
border-color: #48424B;
}
.TagClassName
{
border-color: #48424B;
}
</style>