Html Css Color HEX #46473A Heavy Metal

📋 copy color: '#46473A'

red 70 ◦ green 71 ◦ blue 58

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

Shades of Heavy Metal #46473A

Tints of Heavy Metal #46473A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 29.15%

R = 35.18%
G = 35.68%
B = 29.15%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#46473A (or 0x46473A) is known color: Heavy Metal. HEX triplet: 46, 47 and 3A. RGB value is (70,71,58). Sum of RGB (Red+Green+Blue) = 70+71+58=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 71 - color contains mainly: green. Hex color #46473A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46473A is #B9B8C5. Grayscale: #454545. Windows color (decimal): -12171462 or 3819334. OLE color: 3819334.

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

Color convert

RGB 70 71 58 -
CMYK 0.01 0 0.18 0.72
HSL 64.62º 0.1% 0.25% -
HSV(B) 64.62º 0.18% 0.28% -
XYZ 5.54 6.11 4.89 -
YUV 69.22 121.67 128.56 -
System Red Green Blue C M Y K H S L
Decimal 70 71 58 0.01 0 0.18 0.72 64.62 0.1 0.25
Hex 46 47 3A 1 0 12 48 41 A 19
Octal 106 107 72 1 0 22 110 101 12 31
Binary 1000110 1000111 111010 1 0 10010 1001000 1000001 1010 11001

Color Harmonies of #46473A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46473A

Black with #46473A

Text Example


Text Example

White with #46473A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46473A; }

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

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

background-color css

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

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

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

border-color css

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

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

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