Shades of Arsenic #404649
Tints of Arsenic #404649
RGB
CMYK
RGB Variations
Color information
#404649 (or 0x404649) is known color: Arsenic. HEX triplet: 40, 46 and 49. RGB value is (64,70,73). Sum of RGB (Red+Green+Blue) = 64+70+73=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 73 - color contains mainly: blue. Hex color #404649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404649 is #BFB9B6. Grayscale: #444444. Windows color (decimal): -12564919 or 4802112. OLE color: 4802112.
HSL color Cylindrical-coordinate representation of color #404649: hue angle of 200º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #404649 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 70 | 73 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.71 |
| HSL | 200º | 0.07% | 0.27% | - |
| HSV(B) | 200º | 0.12% | 0.29% | - |
| XYZ | 5.51 | 5.95 | 7.16 | - |
| YUV | 68.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 70 | 73 | 0.12 | 0.04 | 0 | 0.71 | 200 | 0.07 | 0.27 |
| Hex | 40 | 46 | 49 | C | 4 | 0 | 47 | C8 | 7 | 1B |
| Octal | 100 | 106 | 111 | 14 | 4 | 0 | 107 | 310 | 7 | 33 |
| Binary | 1000000 | 1000110 | 1001001 | 1100 | 100 | 0 | 1000111 | 11001000 | 111 | 11011 |
Color Harmonies of #404649
Complementary color
Monochromatic Colors of #404649
Black with #404649
Text Example
Text Example
White with #404649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404649; }
p { color: rgb(64,70,73); }
H1.HeaderClassName
{
color: #404649;
}
.AnyTagClassName
{
color: #404649;
}
</style>
background-color css
<style>
a { background-color: #404649; }
a { background-color: rgb(64,70,73); }
div.DivClassName
{
background-color: #404649;
}
.BgClassName
{
background-color: #404649;
}
</style>
border-color css
<style>
span { border-color: #404649; }
span { border-color: rgb(64,70,73); }
td.TdClassName
{
border-color: #404649;
}
.TagClassName
{
border-color: #404649;
}
</style>