Html Css Color HEX #46463C Heavy Metal

📋 copy color: '#46463C'

red 70 ◦ green 70 ◦ blue 60

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

Shades of Heavy Metal #46463C

Tints of Heavy Metal #46463C

RGB

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

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

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

R = 35%
G = 35%
B = 30%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.14

 K value IS 0.73

RGB Variations

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

Color information

#46463C (or 0x46463C) is known color: Heavy Metal. HEX triplet: 46, 46 and 3C. RGB value is (70,70,60). Sum of RGB (Red+Green+Blue) = 70+70+60=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 70 - color contains mainly: red, green. Hex color #46463C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46463C is #B9B9C3. Grayscale: #444444. Windows color (decimal): -12171716 or 3950150. OLE color: 3950150.

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

Color convert

RGB 70 70 60 -
CMYK 0 0 0.14 0.73
HSL 60º 0.08% 0.25% -
HSV(B) 60º 0.14% 0.27% -
XYZ 5.53 6.01 5.14 -
YUV 68.86 123 128.81 -
System Red Green Blue C M Y K H S L
Decimal 70 70 60 0 0 0.14 0.73 60 0.08 0.25
Hex 46 46 3C 0 0 E 49 3C 8 19
Octal 106 106 74 0 0 16 111 74 10 31
Binary 1000110 1000110 111100 0 0 1110 1001001 111100 1000 11001

Color Harmonies of #46463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46463C

Black with #46463C

Text Example


Text Example

White with #46463C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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