#39464F

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

Shades of Arsenic #39464F

Tints of Arsenic #39464F

Color information

#39464F (or 0x39464F) is unknown color: approx Arsenic. HEX triplet: 39, 46 and 4F. RGB value is (57,70,79). Sum of RGB (Red+Green+Blue) = 57+70+79=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 79 - color contains mainly: blue. Hex color #39464F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39464F is #C6B9B0. Grayscale: #434343. Windows color (decimal): -13023665 or 5195321. OLE color: 5195321.

HSL color Cylindrical-coordinate representation of color #39464F: hue angle of 204.55º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #39464F is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB577079-
CMYK0.280.1100.69
HSL204.55º16.18%26.67%-
HSV(B)204.55º27.85%30.98%-
XYZ5.295.818.24-
YUV67.14134.69120.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.67%
GREEN value IS 70 (27.73% from 255) = 33.98%
BLUE value IS 79 (31.25% from 255) = 38.35%
R=27.67%
G=33.98%
B=38.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5770790.280.1100.69204.5516.1826.67
Hex39464F1CB045cd101b
Octal71106117341301053152033
Binary1110011000110100111111100101101000101110011011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39464F; }

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

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

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

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

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

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

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

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