Html Css Color HEX #464644 Heavy Metal

📋 copy color: '#464644'

red 70 ◦ green 70 ◦ blue 68

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

Shades of Heavy Metal #464644

Tints of Heavy Metal #464644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 32.69%

R = 33.65%
G = 33.65%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#464644 (or 0x464644) is known color: Heavy Metal. HEX triplet: 46, 46 and 44. RGB value is (70,70,68). Sum of RGB (Red+Green+Blue) = 70+70+68=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 70 - color contains mainly: red, green. Hex color #464644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464644 is #B9B9BB. Grayscale: #454545. Windows color (decimal): -12171708 or 4474438. OLE color: 4474438.

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

Color convert

RGB 70 70 68 -
CMYK 0 0 0.03 0.73
HSL 60º 0.01% 0.27% -
HSV(B) 60º 0.03% 0.27% -
XYZ 5.76 6.1 6.34 -
YUV 69.77 127 128.16 -
System Red Green Blue C M Y K H S L
Decimal 70 70 68 0 0 0.03 0.73 60 0.01 0.27
Hex 46 46 44 0 0 3 49 3C 1 1B
Octal 106 106 104 0 0 3 111 74 1 33
Binary 1000110 1000110 1000100 0 0 11 1001001 111100 1 11011

Color Harmonies of #464644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464644

Black with #464644

Text Example


Text Example

White with #464644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464644; }

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

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

background-color css

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

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

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

border-color css

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

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

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