Shades of Bossanova #403443
Tints of Bossanova #403443
RGB
CMYK
RGB Variations
Color information
#403443 (or 0x403443) is known color: Bossanova. HEX triplet: 40, 34 and 43. RGB value is (64,52,67). Sum of RGB (Red+Green+Blue) = 64+52+67=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 67 - color contains mainly: blue. Hex color #403443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403443 is #BFCBBC. Grayscale: #393939. Windows color (decimal): -12569533 or 4404288. OLE color: 4404288.
HSL color Cylindrical-coordinate representation of color #403443: hue angle of 288º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #403443 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 52 | 67 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.74 |
| HSL | 288º | 0.13% | 0.23% | - |
| HSV(B) | 288º | 0.22% | 0.26% | - |
| XYZ | 4.36 | 3.95 | 5.84 | - |
| YUV | 57.3 | 133.48 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 52 | 67 | 0.04 | 0.22 | 0 | 0.74 | 288 | 0.13 | 0.23 |
| Hex | 40 | 34 | 43 | 4 | 16 | 0 | 4A | 120 | D | 17 |
| Octal | 100 | 64 | 103 | 4 | 26 | 0 | 112 | 440 | 15 | 27 |
| Binary | 1000000 | 110100 | 1000011 | 100 | 10110 | 0 | 1001010 | 100100000 | 1101 | 10111 |
Color Harmonies of #403443
Complementary color
Monochromatic Colors of #403443
Black with #403443
Text Example
Text Example
White with #403443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403443; }
p { color: rgb(64,52,67); }
H1.HeaderClassName
{
color: #403443;
}
.AnyTagClassName
{
color: #403443;
}
</style>
background-color css
<style>
a { background-color: #403443; }
a { background-color: rgb(64,52,67); }
div.DivClassName
{
background-color: #403443;
}
.BgClassName
{
background-color: #403443;
}
</style>
border-color css
<style>
span { border-color: #403443; }
span { border-color: rgb(64,52,67); }
td.TdClassName
{
border-color: #403443;
}
.TagClassName
{
border-color: #403443;
}
</style>