#484941

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

Shades of Heavy Metal #484941

Tints of Heavy Metal #484941

Color information

#484941 (or 0x484941) is unknown color: approx Heavy Metal. HEX triplet: 48, 49 and 41. RGB value is (72,73,65). Sum of RGB (Red+Green+Blue) = 72+73+65=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 73 - color contains mainly: green. Hex color #484941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484941 is #B7B6BE. Grayscale: #474747. Windows color (decimal): -12039871 or 4278600. OLE color: 4278600.

HSL color Cylindrical-coordinate representation of color #484941: 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 #484941 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB727365-
CMYK0.0100.110.71
HSL67.5º5.8%27.06%-
HSV(B)67.5º10.96%28.63%-
XYZ6.016.525.94-
YUV71.79124.17128.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.29%
GREEN value IS 73 (28.91% from 255) = 34.76%
BLUE value IS 65 (25.78% from 255) = 30.95%
R=34.29%
G=34.76%
B=30.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7273650.0100.110.7167.55.827.06
Hex48494110B474461b
Octal1101111011013107104633
Binary1001000100100110000011010111000111100010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484941; }

 p { color: rgb(72,73,65); }

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

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

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

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

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

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

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