Html Css Color HEX #39464F Arsenic

📋 copy color: '#39464F'

red 57 ◦ green 70 ◦ blue 79

#39464F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Arsenic #39464F

Tints of Arsenic #39464F

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 value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#39464F (or 0x39464F) is known color: 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

RGB 57 70 79 -
CMYK 0.28 0.11 0 0.69
HSL 204.55º 0.16% 0.27% -
HSV(B) 204.55º 0.28% 0.31% -
XYZ 5.29 5.81 8.24 -
YUV 67.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 57 70 79 0.28 0.11 0 0.69 204.55 0.16 0.27
Hex 39 46 4F 1C B 0 45 CD 10 1B
Octal 71 106 117 34 13 0 105 315 20 33
Binary 111001 1000110 1001111 11100 1011 0 1000101 11001101 10000 11011

Color Harmonies of #39464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39464F

Black with #39464F

Text Example


Text Example

White with #39464F

Text Example


Text Example

HTML Codes & Css Web 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>