Shades of Charade #404344
Tints of Charade #404344
RGB
CMYK
RGB Variations
Color information
#404344 (or 0x404344) is known color: Charade. HEX triplet: 40, 43 and 44. RGB value is (64,67,68). Sum of RGB (Red+Green+Blue) = 64+67+68=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 68 - color contains mainly: blue. Hex color #404344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404344 is #BFBCBB. Grayscale: #424242. Windows color (decimal): -12565692 or 4473664. OLE color: 4473664.
HSL color Cylindrical-coordinate representation of color #404344: hue angle of 195º degrees, saturation: 0.03, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #404344 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 67 | 68 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.73 |
| HSL | 195º | 0.03% | 0.26% | - |
| HSV(B) | 195º | 0.06% | 0.27% | - |
| XYZ | 5.16 | 5.52 | 6.26 | - |
| YUV | 66.22 | 129.01 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 67 | 68 | 0.06 | 0.01 | 0 | 0.73 | 195 | 0.03 | 0.26 |
| Hex | 40 | 43 | 44 | 6 | 1 | 0 | 49 | C3 | 3 | 1A |
| Octal | 100 | 103 | 104 | 6 | 1 | 0 | 111 | 303 | 3 | 32 |
| Binary | 1000000 | 1000011 | 1000100 | 110 | 1 | 0 | 1001001 | 11000011 | 11 | 11010 |
Color Harmonies of #404344
Complementary color
Monochromatic Colors of #404344
Black with #404344
Text Example
Text Example
White with #404344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404344; }
p { color: rgb(64,67,68); }
H1.HeaderClassName
{
color: #404344;
}
.AnyTagClassName
{
color: #404344;
}
</style>
background-color css
<style>
a { background-color: #404344; }
a { background-color: rgb(64,67,68); }
div.DivClassName
{
background-color: #404344;
}
.BgClassName
{
background-color: #404344;
}
</style>
border-color css
<style>
span { border-color: #404344; }
span { border-color: rgb(64,67,68); }
td.TdClassName
{
border-color: #404344;
}
.TagClassName
{
border-color: #404344;
}
</style>