Html Css Color HEX #464738 Heavy Metal

📋 copy color: '#464738'

red 70 ◦ green 71 ◦ blue 56

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

Shades of Heavy Metal #464738

Tints of Heavy Metal #464738

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.04%

 BLUE value IS 56 (22.27% from 255) = 28.43%

R = 35.53%
G = 36.04%
B = 28.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#464738 (or 0x464738) is known color: Heavy Metal. HEX triplet: 46, 47 and 38. RGB value is (70,71,56). Sum of RGB (Red+Green+Blue) = 70+71+56=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 56 (22.27% from 255 or 28.43% from 197); Max value from RGB is 71 - color contains mainly: green. Hex color #464738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464738 is #B9B8C7. Grayscale: #454545. Windows color (decimal): -12171464 or 3688262. OLE color: 3688262.

HSL color Cylindrical-coordinate representation of color #464738: hue angle of 64º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #464738 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB 70 71 56 -
CMYK 0.01 0 0.21 0.72
HSL 64º 0.12% 0.25% -
HSV(B) 64º 0.21% 0.28% -
XYZ 5.49 6.09 4.63 -
YUV 68.99 120.67 128.72 -
System Red Green Blue C M Y K H S L
Decimal 70 71 56 0.01 0 0.21 0.72 64 0.12 0.25
Hex 46 47 38 1 0 15 48 40 C 19
Octal 106 107 70 1 0 25 110 100 14 31
Binary 1000110 1000111 111000 1 0 10101 1001000 1000000 1100 11001

Color Harmonies of #464738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464738

Black with #464738

Text Example


Text Example

White with #464738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464738; }

 p { color: rgb(70,71,56); }

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

background-color css

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

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

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

border-color css

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

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

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