Shades of Martinique #403B47
Tints of Martinique #403B47
RGB
CMYK
RGB Variations
Color information
#403B47 (or 0x403B47) is known color: Martinique. HEX triplet: 40, 3B and 47. RGB value is (64,59,71). Sum of RGB (Red+Green+Blue) = 64+59+71=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 59 (23.44% from 255 or 30.41% from 194); Blue value is 71 (28.12% from 255 or 36.60% from 194); Max value from RGB is 71 - color contains mainly: blue. Hex color #403B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B47 is #BFC4B8. Grayscale: #3D3D3D. Windows color (decimal): -12567737 or 4668224. OLE color: 4668224.
HSL color Cylindrical-coordinate representation of color #403B47: hue angle of 265º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #403B47 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 59 | 71 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.72 |
| HSL | 265º | 0.09% | 0.25% | - |
| HSV(B) | 265º | 0.17% | 0.28% | - |
| XYZ | 4.82 | 4.67 | 6.61 | - |
| YUV | 61.86 | 133.16 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 71 | 0.10 | 0.17 | 0 | 0.72 | 265 | 0.09 | 0.25 |
| Hex | 40 | 3B | 47 | A | 11 | 0 | 48 | 109 | 9 | 19 |
| Octal | 100 | 73 | 107 | 12 | 21 | 0 | 110 | 411 | 11 | 31 |
| Binary | 1000000 | 111011 | 1000111 | 1010 | 10001 | 0 | 1001000 | 100001001 | 1001 | 11001 |
Color Harmonies of #403B47
Complementary color
Monochromatic Colors of #403B47
Black with #403B47
Text Example
Text Example
White with #403B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403B47; }
p { color: rgb(64,59,71); }
H1.HeaderClassName
{
color: #403B47;
}
.AnyTagClassName
{
color: #403B47;
}
</style>
background-color css
<style>
a { background-color: #403B47; }
a { background-color: rgb(64,59,71); }
div.DivClassName
{
background-color: #403B47;
}
.BgClassName
{
background-color: #403B47;
}
</style>
border-color css
<style>
span { border-color: #403B47; }
span { border-color: rgb(64,59,71); }
td.TdClassName
{
border-color: #403B47;
}
.TagClassName
{
border-color: #403B47;
}
</style>