Shades of Arsenic #39464D
Tints of Arsenic #39464D
RGB
CMYK
RGB Variations
Color information
#39464D (or 0x39464D) is known color: Arsenic. HEX triplet: 39, 46 and 4D. RGB value is (57,70,77). Sum of RGB (Red+Green+Blue) = 57+70+77=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 77 - color contains mainly: blue. Hex color #39464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39464D is #C6B9B2. Grayscale: #424242. Windows color (decimal): -13023667 or 5064249. OLE color: 5064249.
HSL color Cylindrical-coordinate representation of color #39464D: hue angle of 201º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #39464D is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 70 | 77 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.70 |
| HSL | 201º | 0.15% | 0.26% | - |
| HSV(B) | 201º | 0.26% | 0.3% | - |
| XYZ | 5.22 | 5.79 | 7.86 | - |
| YUV | 66.91 | 133.69 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 70 | 77 | 0.26 | 0.09 | 0 | 0.70 | 201 | 0.15 | 0.26 |
| Hex | 39 | 46 | 4D | 1A | 9 | 0 | 46 | C9 | F | 1A |
| Octal | 71 | 106 | 115 | 32 | 11 | 0 | 106 | 311 | 17 | 32 |
| Binary | 111001 | 1000110 | 1001101 | 11010 | 1001 | 0 | 1000110 | 11001001 | 1111 | 11010 |
Color Harmonies of #39464D
Complementary color
Monochromatic Colors of #39464D
Black with #39464D
Text Example
Text Example
White with #39464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39464D; }
p { color: rgb(57,70,77); }
H1.HeaderClassName
{
color: #39464D;
}
.AnyTagClassName
{
color: #39464D;
}
</style>
background-color css
<style>
a { background-color: #39464D; }
a { background-color: rgb(57,70,77); }
div.DivClassName
{
background-color: #39464D;
}
.BgClassName
{
background-color: #39464D;
}
</style>
border-color css
<style>
span { border-color: #39464D; }
span { border-color: rgb(57,70,77); }
td.TdClassName
{
border-color: #39464D;
}
.TagClassName
{
border-color: #39464D;
}
</style>