Html Css Color HEX #46473E Heavy Metal

📋 copy color: '#46473E'

red 70 ◦ green 71 ◦ blue 62

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

Shades of Heavy Metal #46473E

Tints of Heavy Metal #46473E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 30.54%

R = 34.48%
G = 34.98%
B = 30.54%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.72

RGB Variations

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

Color information

#46473E (or 0x46473E) is known color: Heavy Metal. HEX triplet: 46, 47 and 3E. RGB value is (70,71,62). Sum of RGB (Red+Green+Blue) = 70+71+62=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 71 - color contains mainly: green. Hex color #46473E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46473E is #B9B8C1. Grayscale: #454545. Windows color (decimal): -12171458 or 4081478. OLE color: 4081478.

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

Color convert

RGB 70 71 62 -
CMYK 0.01 0 0.13 0.72
HSL 66.67º 0.07% 0.26% -
HSV(B) 66.67º 0.13% 0.28% -
XYZ 5.65 6.16 5.45 -
YUV 69.68 123.67 128.23 -
System Red Green Blue C M Y K H S L
Decimal 70 71 62 0.01 0 0.13 0.72 66.67 0.07 0.26
Hex 46 47 3E 1 0 D 48 43 7 1A
Octal 106 107 76 1 0 15 110 103 7 32
Binary 1000110 1000111 111110 1 0 1101 1001000 1000011 111 11010

Color Harmonies of #46473E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46473E

Black with #46473E

Text Example


Text Example

White with #46473E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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