Html Css Color HEX #46463B Heavy Metal

📋 copy color: '#46463B'

red 70 ◦ green 70 ◦ blue 59

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

Shades of Heavy Metal #46463B

Tints of Heavy Metal #46463B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 29.65%

R = 35.18%
G = 35.18%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#46463B (or 0x46463B) is known color: Heavy Metal. HEX triplet: 46, 46 and 3B. RGB value is (70,70,59). Sum of RGB (Red+Green+Blue) = 70+70+59=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 59 (23.44% from 255 or 29.65% from 199); Max value from RGB is 70 - color contains mainly: red, green. Hex color #46463B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46463B is #B9B9C4. Grayscale: #444444. Windows color (decimal): -12171717 or 3884614. OLE color: 3884614.

HSL color Cylindrical-coordinate representation of color #46463B: hue angle of 60º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #46463B is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 70 59 -
CMYK 0 0 0.16 0.73
HSL 60º 0.09% 0.25% -
HSV(B) 60º 0.16% 0.27% -
XYZ 5.51 6 5.01 -
YUV 68.75 122.5 128.89 -
System Red Green Blue C M Y K H S L
Decimal 70 70 59 0 0 0.16 0.73 60 0.09 0.25
Hex 46 46 3B 0 0 10 49 3C 9 19
Octal 106 106 73 0 0 20 111 74 11 31
Binary 1000110 1000110 111011 0 0 10000 1001001 111100 1001 11001

Color Harmonies of #46463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46463B

Black with #46463B

Text Example


Text Example

White with #46463B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46463B; }

 p { color: rgb(70,70,59); }

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

background-color css

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

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

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

border-color css

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

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

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