Html Css Color HEX #464643 Heavy Metal

📋 copy color: '#464643'

red 70 ◦ green 70 ◦ blue 67

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

Shades of Heavy Metal #464643

Tints of Heavy Metal #464643

RGB

 RED value IS 70 (27.73% from 255) = 33.82%

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

 BLUE value IS 67 (26.56% from 255) = 32.37%

R = 33.82%
G = 33.82%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#464643 (or 0x464643) is known color: Heavy Metal. HEX triplet: 46, 46 and 43. RGB value is (70,70,67). Sum of RGB (Red+Green+Blue) = 70+70+67=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 67 (26.56% from 255 or 32.37% from 207); Max value from RGB is 70 - color contains mainly: red, green. Hex color #464643 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464643 is #B9B9BC. Grayscale: #454545. Windows color (decimal): -12171709 or 4408902. OLE color: 4408902.

HSL color Cylindrical-coordinate representation of color #464643: hue angle of 60º degrees, saturation: 0.02, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #464643 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 70 67 -
CMYK 0 0 0.04 0.73
HSL 60º 0.02% 0.27% -
HSV(B) 60º 0.04% 0.27% -
XYZ 5.73 6.09 6.18 -
YUV 69.66 126.5 128.24 -
System Red Green Blue C M Y K H S L
Decimal 70 70 67 0 0 0.04 0.73 60 0.02 0.27
Hex 46 46 43 0 0 4 49 3C 2 1B
Octal 106 106 103 0 0 4 111 74 2 33
Binary 1000110 1000110 1000011 0 0 100 1001001 111100 10 11011

Color Harmonies of #464643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464643

Black with #464643

Text Example


Text Example

White with #464643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464643; }

 p { color: rgb(70,70,67); }

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

background-color css

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

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

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

border-color css

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

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

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