Html Css Color HEX #3F464D Arsenic

📋 copy color: '#3F464D'

red 63 ◦ green 70 ◦ blue 77

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

Shades of Arsenic #3F464D

Tints of Arsenic #3F464D

RGB

 RED value IS 63 (25% from 255) = 30%

 GREEN value IS 70 (27.73% from 255) = 33.33%

 BLUE value IS 77 (30.47% from 255) = 36.67%

R = 30%
G = 33.33%
B = 36.67%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3F464D (or 0x3F464D) is known color: Arsenic. HEX triplet: 3F, 46 and 4D. RGB value is (63,70,77). Sum of RGB (Red+Green+Blue) = 63+70+77=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F464D is #C0B9B2. Grayscale: #444444. Windows color (decimal): -12630451 or 5064255. OLE color: 5064255.

HSL color Cylindrical-coordinate representation of color #3F464D: hue angle of 210º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3F464D is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 63 70 77 -
CMYK 0.18 0.09 0 0.70
HSL 210º 0.1% 0.27% -
HSV(B) 210º 0.18% 0.3% -
XYZ 5.58 5.97 7.88 -
YUV 68.71 132.68 123.93 -
System Red Green Blue C M Y K H S L
Decimal 63 70 77 0.18 0.09 0 0.70 210 0.1 0.27
Hex 3F 46 4D 12 9 0 46 D2 A 1B
Octal 77 106 115 22 11 0 106 322 12 33
Binary 111111 1000110 1001101 10010 1001 0 1000110 11010010 1010 11011

Color Harmonies of #3F464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F464D

Black with #3F464D

Text Example


Text Example

White with #3F464D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F464D; }

 p { color: rgb(63,70,77); }

 H1.HeaderClassName
 {
   color: #3F464D;
 }
 .AnyTagClassName
 {
   color: #3F464D;
 }
</style>

background-color css

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

 a { background-color: rgb(63,70,77); }

 div.DivClassName
 {
   background-color: #3F464D;
 }
 .BgClassName
 {
   background-color: #3F464D;
 }
</style>

border-color css

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

 span { border-color: rgb(63,70,77); }

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