Shades of Arsenic #39464E
Tints of Arsenic #39464E
RGB
CMYK
RGB Variations
Color information
#39464E (or 0x39464E) is known color: Arsenic. HEX triplet: 39, 46 and 4E. RGB value is (57,70,78). Sum of RGB (Red+Green+Blue) = 57+70+78=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 78 - color contains mainly: blue. Hex color #39464E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39464E is #C6B9B1. Grayscale: #424242. Windows color (decimal): -13023666 or 5129785. OLE color: 5129785.
HSL color Cylindrical-coordinate representation of color #39464E: hue angle of 202.86º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #39464E is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 70 | 78 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.69 |
| HSL | 202.86º | 0.16% | 0.26% | - |
| HSV(B) | 202.86º | 0.27% | 0.31% | - |
| XYZ | 5.25 | 5.8 | 8.05 | - |
| YUV | 67.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 70 | 78 | 0.27 | 0.10 | 0 | 0.69 | 202.86 | 0.16 | 0.26 |
| Hex | 39 | 46 | 4E | 1B | A | 0 | 45 | CB | 10 | 1A |
| Octal | 71 | 106 | 116 | 33 | 12 | 0 | 105 | 313 | 20 | 32 |
| Binary | 111001 | 1000110 | 1001110 | 11011 | 1010 | 0 | 1000101 | 11001011 | 10000 | 11010 |
Color Harmonies of #39464E
Complementary color
Monochromatic Colors of #39464E
Black with #39464E
Text Example
Text Example
White with #39464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39464E; }
p { color: rgb(57,70,78); }
H1.HeaderClassName
{
color: #39464E;
}
.AnyTagClassName
{
color: #39464E;
}
</style>
background-color css
<style>
a { background-color: #39464E; }
a { background-color: rgb(57,70,78); }
div.DivClassName
{
background-color: #39464E;
}
.BgClassName
{
background-color: #39464E;
}
</style>
border-color css
<style>
span { border-color: #39464E; }
span { border-color: rgb(57,70,78); }
td.TdClassName
{
border-color: #39464E;
}
.TagClassName
{
border-color: #39464E;
}
</style>