Shades of Bossanova #443D46
Tints of Bossanova #443D46
RGB
CMYK
RGB Variations
Color information
#443D46 (or 0x443D46) is known color: Bossanova. HEX triplet: 44, 3D and 46. RGB value is (68,61,70). Sum of RGB (Red+Green+Blue) = 68+61+70=199 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.17% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 70 - color contains mainly: blue. Hex color #443D46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443D46 is #BBC2B9. Grayscale: #404040. Windows color (decimal): -12305082 or 4603204. OLE color: 4603204.
HSL color Cylindrical-coordinate representation of color #443D46: hue angle of 286.67º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #443D46 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 61 | 70 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.73 |
| HSL | 286.67º | 0.07% | 0.26% | - |
| HSV(B) | 286.67º | 0.13% | 0.27% | - |
| XYZ | 5.16 | 5.01 | 6.49 | - |
| YUV | 64.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 61 | 70 | 0.03 | 0.13 | 0 | 0.73 | 286.67 | 0.07 | 0.26 |
| Hex | 44 | 3D | 46 | 3 | D | 0 | 49 | 11F | 7 | 1A |
| Octal | 104 | 75 | 106 | 3 | 15 | 0 | 111 | 437 | 7 | 32 |
| Binary | 1000100 | 111101 | 1000110 | 11 | 1101 | 0 | 1001001 | 100011111 | 111 | 11010 |
Color Harmonies of #443D46
Complementary color
Monochromatic Colors of #443D46
Black with #443D46
Text Example
Text Example
White with #443D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443D46; }
p { color: rgb(68,61,70); }
H1.HeaderClassName
{
color: #443D46;
}
.AnyTagClassName
{
color: #443D46;
}
</style>
background-color css
<style>
a { background-color: #443D46; }
a { background-color: rgb(68,61,70); }
div.DivClassName
{
background-color: #443D46;
}
.BgClassName
{
background-color: #443D46;
}
</style>
border-color css
<style>
span { border-color: #443D46; }
span { border-color: rgb(68,61,70); }
td.TdClassName
{
border-color: #443D46;
}
.TagClassName
{
border-color: #443D46;
}
</style>