Shades of Bossanova #443C46
Tints of Bossanova #443C46
RGB
CMYK
RGB Variations
Color information
#443C46 (or 0x443C46) is known color: Bossanova. HEX triplet: 44, 3C and 46. RGB value is (68,60,70). Sum of RGB (Red+Green+Blue) = 68+60+70=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 70 - color contains mainly: blue. Hex color #443C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443C46 is #BBC3B9. Grayscale: #3F3F3F. Windows color (decimal): -12305338 or 4602948. OLE color: 4602948.
HSL color Cylindrical-coordinate representation of color #443C46: hue angle of 288º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #443C46 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 60 | 70 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.73 |
| HSL | 288º | 0.08% | 0.25% | - |
| HSV(B) | 288º | 0.14% | 0.27% | - |
| XYZ | 5.11 | 4.9 | 6.47 | - |
| YUV | 63.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 60 | 70 | 0.03 | 0.14 | 0 | 0.73 | 288 | 0.08 | 0.25 |
| Hex | 44 | 3C | 46 | 3 | E | 0 | 49 | 120 | 8 | 19 |
| Octal | 104 | 74 | 106 | 3 | 16 | 0 | 111 | 440 | 10 | 31 |
| Binary | 1000100 | 111100 | 1000110 | 11 | 1110 | 0 | 1001001 | 100100000 | 1000 | 11001 |
Color Harmonies of #443C46
Complementary color
Monochromatic Colors of #443C46
Black with #443C46
Text Example
Text Example
White with #443C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443C46; }
p { color: rgb(68,60,70); }
H1.HeaderClassName
{
color: #443C46;
}
.AnyTagClassName
{
color: #443C46;
}
</style>
background-color css
<style>
a { background-color: #443C46; }
a { background-color: rgb(68,60,70); }
div.DivClassName
{
background-color: #443C46;
}
.BgClassName
{
background-color: #443C46;
}
</style>
border-color css
<style>
span { border-color: #443C46; }
span { border-color: rgb(68,60,70); }
td.TdClassName
{
border-color: #443C46;
}
.TagClassName
{
border-color: #443C46;
}
</style>