Html Css Color HEX #46493A Heavy Metal

📋 copy color: '#46493A'

red 70 ◦ green 73 ◦ blue 58

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

Shades of Heavy Metal #46493A

Tints of Heavy Metal #46493A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.32%

 BLUE value IS 58 (23.05% from 255) = 28.86%

R = 34.83%
G = 36.32%
B = 28.86%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#46493A (or 0x46493A) is known color: Heavy Metal. HEX triplet: 46, 49 and 3A. RGB value is (70,73,58). Sum of RGB (Red+Green+Blue) = 70+73+58=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 58 (23.05% from 255 or 28.86% from 201); Max value from RGB is 73 - color contains mainly: green. Hex color #46493A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46493A is #B9B6C5. Grayscale: #464646. Windows color (decimal): -12170950 or 3819846. OLE color: 3819846.

HSL color Cylindrical-coordinate representation of color #46493A: hue angle of 72º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #46493A is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 73 58 -
CMYK 0.04 0 0.21 0.71
HSL 72º 0.11% 0.26% -
HSV(B) 72º 0.21% 0.29% -
XYZ 5.67 6.37 4.93 -
YUV 70.39 121.01 127.72 -
System Red Green Blue C M Y K H S L
Decimal 70 73 58 0.04 0 0.21 0.71 72 0.11 0.26
Hex 46 49 3A 4 0 15 47 48 B 1A
Octal 106 111 72 4 0 25 107 110 13 32
Binary 1000110 1001001 111010 100 0 10101 1000111 1001000 1011 11010

Color Harmonies of #46493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46493A

Black with #46493A

Text Example


Text Example

White with #46493A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46493A; }

 p { color: rgb(70,73,58); }

 H1.HeaderClassName
 {
   color: #46493A;
 }
 .AnyTagClassName
 {
   color: #46493A;
 }
</style>

background-color css

<style>
 a { background-color: #46493A; }

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

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

border-color css

<style>
 span { border-color: #46493A; }

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

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