Html Css Color HEX #3F464B Arsenic

📋 copy color: '#3F464B'

red 63 ◦ green 70 ◦ blue 75

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

Shades of Arsenic #3F464B

Tints of Arsenic #3F464B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 36.06%

R = 30.29%
G = 33.65%
B = 36.06%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3F464B (or 0x3F464B) is known color: Arsenic. HEX triplet: 3F, 46 and 4B. RGB value is (63,70,75). Sum of RGB (Red+Green+Blue) = 63+70+75=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 75 - color contains mainly: blue. Hex color #3F464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F464B is #C0B9B4. Grayscale: #444444. Windows color (decimal): -12630453 or 4933183. OLE color: 4933183.

HSL color Cylindrical-coordinate representation of color #3F464B: hue angle of 205º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3F464B is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 63 70 75 -
CMYK 0.16 0.07 0 0.71
HSL 205º 0.09% 0.27% -
HSV(B) 205º 0.16% 0.29% -
XYZ 5.51 5.95 7.51 -
YUV 68.48 131.68 124.09 -
System Red Green Blue C M Y K H S L
Decimal 63 70 75 0.16 0.07 0 0.71 205 0.09 0.27
Hex 3F 46 4B 10 7 0 47 CD 9 1B
Octal 77 106 113 20 7 0 107 315 11 33
Binary 111111 1000110 1001011 10000 111 0 1000111 11001101 1001 11011

Color Harmonies of #3F464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F464B

Black with #3F464B

Text Example


Text Example

White with #3F464B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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