Shades of Arsenic #40474D
Tints of Arsenic #40474D
RGB
CMYK
RGB Variations
Color information
#40474D (or 0x40474D) is known color: Arsenic. HEX triplet: 40, 47 and 4D. RGB value is (64,71,77). Sum of RGB (Red+Green+Blue) = 64+71+77=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 77 - color contains mainly: blue. Hex color #40474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40474D is #BFB8B2. Grayscale: #454545. Windows color (decimal): -12564659 or 5064512. OLE color: 5064512.
HSL color Cylindrical-coordinate representation of color #40474D: hue angle of 207.69º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #40474D is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 71 | 77 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.70 |
| HSL | 207.69º | 0.09% | 0.28% | - |
| HSV(B) | 207.69º | 0.17% | 0.3% | - |
| XYZ | 5.71 | 6.13 | 7.9 | - |
| YUV | 69.59 | 132.18 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 71 | 77 | 0.17 | 0.08 | 0 | 0.70 | 207.69 | 0.09 | 0.28 |
| Hex | 40 | 47 | 4D | 11 | 8 | 0 | 46 | D0 | 9 | 1C |
| Octal | 100 | 107 | 115 | 21 | 10 | 0 | 106 | 320 | 11 | 34 |
| Binary | 1000000 | 1000111 | 1001101 | 10001 | 1000 | 0 | 1000110 | 11010000 | 1001 | 11100 |
Color Harmonies of #40474D
Complementary color
Monochromatic Colors of #40474D
Black with #40474D
Text Example
Text Example
White with #40474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40474D; }
p { color: rgb(64,71,77); }
H1.HeaderClassName
{
color: #40474D;
}
.AnyTagClassName
{
color: #40474D;
}
</style>
background-color css
<style>
a { background-color: #40474D; }
a { background-color: rgb(64,71,77); }
div.DivClassName
{
background-color: #40474D;
}
.BgClassName
{
background-color: #40474D;
}
</style>
border-color css
<style>
span { border-color: #40474D; }
span { border-color: rgb(64,71,77); }
td.TdClassName
{
border-color: #40474D;
}
.TagClassName
{
border-color: #40474D;
}
</style>