#39464D

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

Shades of Arsenic #39464D

Tints of Arsenic #39464D

Color information

#39464D (or 0x39464D) is unknown color: approx 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

RGB577077-
CMYK0.260.0900.70
HSL201º14.93%26.27%-
HSV(B)201º25.97%30.2%-
XYZ5.225.797.86-
YUV66.91133.69120.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.94%
GREEN value IS 70 (27.73% from 255) = 34.31%
BLUE value IS 77 (30.47% from 255) = 37.75%
R=27.94%
G=34.31%
B=37.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5770770.260.0900.7020114.9326.27
Hex39464D1A9046c9f1a
Octal71106115321101063111732
Binary111001100011010011011101010010100011011001001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>