Shades of Arsenic #3A464D
Tints of Arsenic #3A464D
RGB
CMYK
RGB Variations
Color information
#3A464D (or 0x3A464D) is known color: Arsenic. HEX triplet: 3A, 46 and 4D. RGB value is (58,70,77). Sum of RGB (Red+Green+Blue) = 58+70+77=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 77 - color contains mainly: blue. Hex color #3A464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A464D is #C5B9B2. Grayscale: #434343. Windows color (decimal): -12958131 or 5064250. OLE color: 5064250.
HSL color Cylindrical-coordinate representation of color #3A464D: hue angle of 202.11º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3A464D is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 58 | 70 | 77 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.70 |
| HSL | 202.11º | 0.14% | 0.26% | - |
| HSV(B) | 202.11º | 0.25% | 0.3% | - |
| XYZ | 5.27 | 5.82 | 7.87 | - |
| YUV | 67.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 70 | 77 | 0.25 | 0.09 | 0 | 0.70 | 202.11 | 0.14 | 0.26 |
| Hex | 3A | 46 | 4D | 19 | 9 | 0 | 46 | CA | E | 1A |
| Octal | 72 | 106 | 115 | 31 | 11 | 0 | 106 | 312 | 16 | 32 |
| Binary | 111010 | 1000110 | 1001101 | 11001 | 1001 | 0 | 1000110 | 11001010 | 1110 | 11010 |
Color Harmonies of #3A464D
Complementary color
Monochromatic Colors of #3A464D
Black with #3A464D
Text Example
Text Example
White with #3A464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A464D; }
p { color: rgb(58,70,77); }
H1.HeaderClassName
{
color: #3A464D;
}
.AnyTagClassName
{
color: #3A464D;
}
</style>
background-color css
<style>
a { background-color: #3A464D; }
a { background-color: rgb(58,70,77); }
div.DivClassName
{
background-color: #3A464D;
}
.BgClassName
{
background-color: #3A464D;
}
</style>
border-color css
<style>
span { border-color: #3A464D; }
span { border-color: rgb(58,70,77); }
td.TdClassName
{
border-color: #3A464D;
}
.TagClassName
{
border-color: #3A464D;
}
</style>