Shades of Bossanova #443146
Tints of Bossanova #443146
RGB
CMYK
RGB Variations
Color information
#443146 (or 0x443146) is known color: Bossanova. HEX triplet: 44, 31 and 46. RGB value is (68,49,70). Sum of RGB (Red+Green+Blue) = 68+49+70=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 70 - color contains mainly: blue. Hex color #443146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443146 is #BBCEB9. Grayscale: #393939. Windows color (decimal): -12308154 or 4600132. OLE color: 4600132.
HSL color Cylindrical-coordinate representation of color #443146: hue angle of 294.29º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #443146 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 49 | 70 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.73 |
| HSL | 294.29º | 0.18% | 0.23% | - |
| HSV(B) | 294.29º | 0.3% | 0.27% | - |
| XYZ | 4.59 | 3.87 | 6.3 | - |
| YUV | 57.08 | 135.29 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 49 | 70 | 0.03 | 0.30 | 0 | 0.73 | 294.29 | 0.18 | 0.23 |
| Hex | 44 | 31 | 46 | 3 | 1E | 0 | 49 | 126 | 12 | 17 |
| Octal | 104 | 61 | 106 | 3 | 36 | 0 | 111 | 446 | 22 | 27 |
| Binary | 1000100 | 110001 | 1000110 | 11 | 11110 | 0 | 1001001 | 100100110 | 10010 | 10111 |
Color Harmonies of #443146
Complementary color
Monochromatic Colors of #443146
Black with #443146
Text Example
Text Example
White with #443146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443146; }
p { color: rgb(68,49,70); }
H1.HeaderClassName
{
color: #443146;
}
.AnyTagClassName
{
color: #443146;
}
</style>
background-color css
<style>
a { background-color: #443146; }
a { background-color: rgb(68,49,70); }
div.DivClassName
{
background-color: #443146;
}
.BgClassName
{
background-color: #443146;
}
</style>
border-color css
<style>
span { border-color: #443146; }
span { border-color: rgb(68,49,70); }
td.TdClassName
{
border-color: #443146;
}
.TagClassName
{
border-color: #443146;
}
</style>