#394046

Color #394046 Arsenic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arsenic #394046

Tints of Arsenic #394046

Color information

#394046 (or 0x394046) is unknown color: approx Arsenic. HEX triplet: 39, 40 and 46. RGB value is (57,64,70). Sum of RGB (Red+Green+Blue) = 57+64+70=191 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.84% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 70 - color contains mainly: blue. Hex color #394046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394046 is #C6BFB9. Grayscale: #3E3E3E. Windows color (decimal): -13025210 or 4603961. OLE color: 4603961.

HSL color Cylindrical-coordinate representation of color #394046: hue angle of 207.69º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #394046 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB576470-
CMYK0.190.0900.73
HSL207.69º10.24%24.9%-
HSV(B)207.69º18.57%27.45%-
XYZ4.634.986.51-
YUV62.59132.18124.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 29.84%
GREEN value IS 64 (25.39% from 255) = 33.51%
BLUE value IS 70 (27.73% from 255) = 36.65%
R=29.84%
G=33.51%
B=36.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5764700.190.0900.73207.6910.2424.9
Hex394046139049d0a19
Octal71100106231101113201231
Binary111001100000010001101001110010100100111010000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394046; }

 p { color: rgb(57,64,70); }

 H1.HeaderClassName
 {
   color: #394046;
 }
 .AnyTagClassName
 {
   color: #394046;
 }
</style>
background-color css

<style>
 a { background-color: #394046; }

 a { background-color: rgb(57,64,70); }

 div.DivClassName
 {
   background-color: #394046;
 }
 .BgClassName
 {
   background-color: #394046;
 }
</style>
border-color css

<style>
 span { border-color: #394046; }

 span { border-color: rgb(57,64,70); }

 td.TdClassName
 {
   border-color: #394046;
 }
 .TagClassName
 {
   border-color: #394046;
 }
</style>