Shades of Charade #404547
Tints of Charade #404547
RGB
CMYK
RGB Variations
Color information
#404547 (or 0x404547) is known color: Charade. HEX triplet: 40, 45 and 47. RGB value is (64,69,71). Sum of RGB (Red+Green+Blue) = 64+69+71=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 71 - color contains mainly: blue. Hex color #404547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404547 is #BFBAB8. Grayscale: #434343. Windows color (decimal): -12565177 or 4670784. OLE color: 4670784.
HSL color Cylindrical-coordinate representation of color #404547: hue angle of 197.14º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #404547 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 69 | 71 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.72 |
| HSL | 197.14º | 0.05% | 0.26% | - |
| HSV(B) | 197.14º | 0.1% | 0.28% | - |
| XYZ | 5.38 | 5.8 | 6.8 | - |
| YUV | 67.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 69 | 71 | 0.10 | 0.03 | 0 | 0.72 | 197.14 | 0.05 | 0.26 |
| Hex | 40 | 45 | 47 | A | 3 | 0 | 48 | C5 | 5 | 1A |
| Octal | 100 | 105 | 107 | 12 | 3 | 0 | 110 | 305 | 5 | 32 |
| Binary | 1000000 | 1000101 | 1000111 | 1010 | 11 | 0 | 1001000 | 11000101 | 101 | 11010 |
Color Harmonies of #404547
Complementary color
Monochromatic Colors of #404547
Black with #404547
Text Example
Text Example
White with #404547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404547; }
p { color: rgb(64,69,71); }
H1.HeaderClassName
{
color: #404547;
}
.AnyTagClassName
{
color: #404547;
}
</style>
background-color css
<style>
a { background-color: #404547; }
a { background-color: rgb(64,69,71); }
div.DivClassName
{
background-color: #404547;
}
.BgClassName
{
background-color: #404547;
}
</style>
border-color css
<style>
span { border-color: #404547; }
span { border-color: rgb(64,69,71); }
td.TdClassName
{
border-color: #404547;
}
.TagClassName
{
border-color: #404547;
}
</style>