Html Css Color HEX #46473C Heavy Metal

📋 copy color: '#46473C'

red 70 ◦ green 71 ◦ blue 60

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

Shades of Heavy Metal #46473C

Tints of Heavy Metal #46473C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 29.85%

R = 34.83%
G = 35.32%
B = 29.85%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#46473C (or 0x46473C) is known color: Heavy Metal. HEX triplet: 46, 47 and 3C. RGB value is (70,71,60). Sum of RGB (Red+Green+Blue) = 70+71+60=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 71 - color contains mainly: green. Hex color #46473C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46473C is #B9B8C3. Grayscale: #454545. Windows color (decimal): -12171460 or 3950406. OLE color: 3950406.

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

Color convert

RGB 70 71 60 -
CMYK 0.01 0 0.15 0.72
HSL 65.45º 0.08% 0.26% -
HSV(B) 65.45º 0.15% 0.28% -
XYZ 5.59 6.13 5.16 -
YUV 69.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 70 71 60 0.01 0 0.15 0.72 65.45 0.08 0.26
Hex 46 47 3C 1 0 F 48 41 8 1A
Octal 106 107 74 1 0 17 110 101 10 32
Binary 1000110 1000111 111100 1 0 1111 1001000 1000001 1000 11010

Color Harmonies of #46473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46473C

Black with #46473C

Text Example


Text Example

White with #46473C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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