Html Css Color HEX #494A42 Heavy Metal

📋 copy color: '#494A42'

red 73 ◦ green 74 ◦ blue 66

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

Shades of Heavy Metal #494A42

Tints of Heavy Metal #494A42

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.74%

 BLUE value IS 66 (26.17% from 255) = 30.99%

R = 34.27%
G = 34.74%
B = 30.99%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#494A42 (or 0x494A42) is known color: Heavy Metal. HEX triplet: 49, 4A and 42. RGB value is (73,74,66). Sum of RGB (Red+Green+Blue) = 73+74+66=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 74 (29.30% from 255 or 34.74% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 74 - color contains mainly: green. Hex color #494A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494A42 is #B6B5BD. Grayscale: #484848. Windows color (decimal): -11974078 or 4344393. OLE color: 4344393.

HSL color Cylindrical-coordinate representation of color #494A42: hue angle of 67.5º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #494A42 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 74 66 -
CMYK 0.01 0 0.11 0.71
HSL 67.5º 0.06% 0.27% -
HSV(B) 67.5º 0.11% 0.29% -
XYZ 6.18 6.71 6.12 -
YUV 72.79 124.17 128.15 -
System Red Green Blue C M Y K H S L
Decimal 73 74 66 0.01 0 0.11 0.71 67.5 0.06 0.27
Hex 49 4A 42 1 0 B 47 44 6 1B
Octal 111 112 102 1 0 13 107 104 6 33
Binary 1001001 1001010 1000010 1 0 1011 1000111 1000100 110 11011

Color Harmonies of #494A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494A42

Black with #494A42

Text Example


Text Example

White with #494A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494A42; }

 p { color: rgb(73,74,66); }

 H1.HeaderClassName
 {
   color: #494A42;
 }
 .AnyTagClassName
 {
   color: #494A42;
 }
</style>

background-color css

<style>
 a { background-color: #494A42; }

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

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

border-color css

<style>
 span { border-color: #494A42; }

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

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