Html Css Color HEX #49493F Heavy Metal

📋 copy color: '#49493F'

red 73 ◦ green 73 ◦ blue 63

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

Shades of Heavy Metal #49493F

Tints of Heavy Metal #49493F

RGB

 RED value IS 73 (28.91% from 255) = 34.93%

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

 BLUE value IS 63 (25% from 255) = 30.14%

R = 34.93%
G = 34.93%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#49493F (or 0x49493F) is known color: Heavy Metal. HEX triplet: 49, 49 and 3F. RGB value is (73,73,63). Sum of RGB (Red+Green+Blue) = 73+73+63=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 73 - color contains mainly: red, green. Hex color #49493F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49493F is #B6B6C0. Grayscale: #474747. Windows color (decimal): -11974337 or 4147529. OLE color: 4147529.

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

Color convert

RGB 73 73 63 -
CMYK 0 0 0.14 0.71
HSL 60º 0.07% 0.27% -
HSV(B) 60º 0.14% 0.29% -
XYZ 6.03 6.54 5.65 -
YUV 71.86 123 128.81 -
System Red Green Blue C M Y K H S L
Decimal 73 73 63 0 0 0.14 0.71 60 0.07 0.27
Hex 49 49 3F 0 0 E 47 3C 7 1B
Octal 111 111 77 0 0 16 107 74 7 33
Binary 1001001 1001001 111111 0 0 1110 1000111 111100 111 11011

Color Harmonies of #49493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49493F

Black with #49493F

Text Example


Text Example

White with #49493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49493F; }

 p { color: rgb(73,73,63); }

 H1.HeaderClassName
 {
   color: #49493F;
 }
 .AnyTagClassName
 {
   color: #49493F;
 }
</style>

background-color css

<style>
 a { background-color: #49493F; }

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

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

border-color css

<style>
 span { border-color: #49493F; }

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

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