#494B3E

Color #494B3E Heavy Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heavy Metal #494B3E

Tints of Heavy Metal #494B3E

Color information

#494B3E (or 0x494B3E) is unknown color: approx Heavy Metal. HEX triplet: 49, 4B and 3E. RGB value is (73,75,62). Sum of RGB (Red+Green+Blue) = 73+75+62=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 75 - color contains mainly: green. Hex color #494B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494B3E is #B6B4C1. Grayscale: #484848. Windows color (decimal): -11973826 or 4082505. OLE color: 4082505.

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

Color convert

RGB737562-
CMYK0.0300.170.71
HSL69.23º9.49%26.86%-
HSV(B)69.23º17.33%29.41%-
XYZ6.136.85.55-
YUV72.92121.84128.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.76%
GREEN value IS 75 (29.69% from 255) = 35.71%
BLUE value IS 62 (24.61% from 255) = 29.52%
R=34.76%
G=35.71%
B=29.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7375620.0300.170.7169.239.4926.86
Hex494B3E3011474591b
Octal1111137630211071051133
Binary100100110010111111101101000110001111000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,75,62); }

 H1.HeaderClassName
 {
   color: #494B3E;
 }
 .AnyTagClassName
 {
   color: #494B3E;
 }
</style>
background-color css

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

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

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

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

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

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