Html Css Color HEX #46473F Heavy Metal

📋 copy color: '#46473F'

red 70 ◦ green 71 ◦ blue 63

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

Shades of Heavy Metal #46473F

Tints of Heavy Metal #46473F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 30.88%

R = 34.31%
G = 34.8%
B = 30.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#46473F (or 0x46473F) is known color: Heavy Metal. HEX triplet: 46, 47 and 3F. RGB value is (70,71,63). Sum of RGB (Red+Green+Blue) = 70+71+63=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 71 - color contains mainly: green. Hex color #46473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46473F is #B9B8C0. Grayscale: #454545. Windows color (decimal): -12171457 or 4147014. OLE color: 4147014.

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

Color convert

RGB 70 71 63 -
CMYK 0.01 0 0.11 0.72
HSL 67.5º 0.06% 0.26% -
HSV(B) 67.5º 0.11% 0.28% -
XYZ 5.68 6.17 5.59 -
YUV 69.79 124.17 128.15 -
System Red Green Blue C M Y K H S L
Decimal 70 71 63 0.01 0 0.11 0.72 67.5 0.06 0.26
Hex 46 47 3F 1 0 B 48 44 6 1A
Octal 106 107 77 1 0 13 110 104 6 32
Binary 1000110 1000111 111111 1 0 1011 1001000 1000100 110 11010

Color Harmonies of #46473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46473F

Black with #46473F

Text Example


Text Example

White with #46473F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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