#484A3C

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

Shades of Heavy Metal #484A3C

Tints of Heavy Metal #484A3C

Color information

#484A3C (or 0x484A3C) is unknown color: approx Heavy Metal. HEX triplet: 48, 4A and 3C. RGB value is (72,74,60). Sum of RGB (Red+Green+Blue) = 72+74+60=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 74 (29.30% from 255 or 35.92% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 74 - color contains mainly: green. Hex color #484A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484A3C is #B7B5C3. Grayscale: #474747. Windows color (decimal): -12039620 or 3951176. OLE color: 3951176.

HSL color Cylindrical-coordinate representation of color #484A3C: hue angle of 68.57º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #484A3C is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB727460-
CMYK0.0300.190.71
HSL68.57º10.45%26.27%-
HSV(B)68.57º18.92%29.02%-
XYZ5.946.65.24-
YUV71.81121.34128.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.95%
GREEN value IS 74 (29.30% from 255) = 35.92%
BLUE value IS 60 (23.83% from 255) = 29.13%
R=34.95%
G=35.92%
B=29.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7274600.0300.190.7168.5710.4526.27
Hex484A3C30134745a1a
Octal1101127430231071051232
Binary100100010010101111001101001110001111000101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484A3C; }

 p { color: rgb(72,74,60); }

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

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

 a { background-color: rgb(72,74,60); }

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

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

 span { border-color: rgb(72,74,60); }

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