Shades of Arsenic #40464A
Tints of Arsenic #40464A
RGB
CMYK
RGB Variations
Color information
#40464A (or 0x40464A) is known color: Arsenic. HEX triplet: 40, 46 and 4A. RGB value is (64,70,74). Sum of RGB (Red+Green+Blue) = 64+70+74=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 74 - color contains mainly: blue. Hex color #40464A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40464A is #BFB9B5. Grayscale: #444444. Windows color (decimal): -12564918 or 4867648. OLE color: 4867648.
HSL color Cylindrical-coordinate representation of color #40464A: hue angle of 204º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #40464A is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 70 | 74 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.71 |
| HSL | 204º | 0.07% | 0.27% | - |
| HSV(B) | 204º | 0.14% | 0.29% | - |
| XYZ | 5.54 | 5.96 | 7.34 | - |
| YUV | 68.66 | 131.01 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 70 | 74 | 0.14 | 0.05 | 0 | 0.71 | 204 | 0.07 | 0.27 |
| Hex | 40 | 46 | 4A | E | 5 | 0 | 47 | CC | 7 | 1B |
| Octal | 100 | 106 | 112 | 16 | 5 | 0 | 107 | 314 | 7 | 33 |
| Binary | 1000000 | 1000110 | 1001010 | 1110 | 101 | 0 | 1000111 | 11001100 | 111 | 11011 |
Color Harmonies of #40464A
Complementary color
Monochromatic Colors of #40464A
Black with #40464A
Text Example
Text Example
White with #40464A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40464A; }
p { color: rgb(64,70,74); }
H1.HeaderClassName
{
color: #40464A;
}
.AnyTagClassName
{
color: #40464A;
}
</style>
background-color css
<style>
a { background-color: #40464A; }
a { background-color: rgb(64,70,74); }
div.DivClassName
{
background-color: #40464A;
}
.BgClassName
{
background-color: #40464A;
}
</style>
border-color css
<style>
span { border-color: #40464A; }
span { border-color: rgb(64,70,74); }
td.TdClassName
{
border-color: #40464A;
}
.TagClassName
{
border-color: #40464A;
}
</style>