Shades of Bossanova #48344A
Tints of Bossanova #48344A
RGB
CMYK
RGB Variations
Color information
#48344A (or 0x48344A) is known color: Bossanova. HEX triplet: 48, 34 and 4A. RGB value is (72,52,74). Sum of RGB (Red+Green+Blue) = 72+52+74=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 74 (29.30% from 255 or 37.37% from 198); Max value from RGB is 74 - color contains mainly: blue. Hex color #48344A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48344A is #B7CBB5. Grayscale: #3C3C3C. Windows color (decimal): -12045238 or 4863048. OLE color: 4863048.
HSL color Cylindrical-coordinate representation of color #48344A: hue angle of 294.55º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #48344A is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 52 | 74 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.71 |
| HSL | 294.55º | 0.17% | 0.25% | - |
| HSV(B) | 294.55º | 0.3% | 0.29% | - |
| XYZ | 5.14 | 4.33 | 7.04 | - |
| YUV | 60.49 | 135.63 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 52 | 74 | 0.03 | 0.30 | 0 | 0.71 | 294.55 | 0.17 | 0.25 |
| Hex | 48 | 34 | 4A | 3 | 1E | 0 | 47 | 127 | 11 | 19 |
| Octal | 110 | 64 | 112 | 3 | 36 | 0 | 107 | 447 | 21 | 31 |
| Binary | 1001000 | 110100 | 1001010 | 11 | 11110 | 0 | 1000111 | 100100111 | 10001 | 11001 |
Color Harmonies of #48344A
Complementary color
Monochromatic Colors of #48344A
Black with #48344A
Text Example
Text Example
White with #48344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48344A; }
p { color: rgb(72,52,74); }
H1.HeaderClassName
{
color: #48344A;
}
.AnyTagClassName
{
color: #48344A;
}
</style>
background-color css
<style>
a { background-color: #48344A; }
a { background-color: rgb(72,52,74); }
div.DivClassName
{
background-color: #48344A;
}
.BgClassName
{
background-color: #48344A;
}
</style>
border-color css
<style>
span { border-color: #48344A; }
span { border-color: rgb(72,52,74); }
td.TdClassName
{
border-color: #48344A;
}
.TagClassName
{
border-color: #48344A;
}
</style>