#484940

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

Shades of Heavy Metal #484940

Tints of Heavy Metal #484940

Color information

#484940 (or 0x484940) is unknown color: approx Heavy Metal. HEX triplet: 48, 49 and 40. RGB value is (72,73,64). Sum of RGB (Red+Green+Blue) = 72+73+64=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 73 - color contains mainly: green. Hex color #484940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484940 is #B7B6BF. Grayscale: #474747. Windows color (decimal): -12039872 or 4213064. OLE color: 4213064.

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

Color convert

RGB727364-
CMYK0.0100.120.71
HSL66.67º6.57%26.86%-
HSV(B)66.67º12.33%28.63%-
XYZ5.986.515.79-
YUV71.68123.67128.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.45%
GREEN value IS 73 (28.91% from 255) = 34.93%
BLUE value IS 64 (25.39% from 255) = 30.62%
R=34.45%
G=34.93%
B=30.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7273640.0100.120.7166.676.5726.86
Hex48494010C474371b
Octal1101111001014107103733
Binary1001000100100110000001011001000111100001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484940; }

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

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

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

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

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

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

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

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