#474741

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

Shades of Heavy Metal #474741

Tints of Heavy Metal #474741

Color information

#474741 (or 0x474741) is unknown color: approx Heavy Metal. HEX triplet: 47, 47 and 41. RGB value is (71,71,65). Sum of RGB (Red+Green+Blue) = 71+71+65=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 71 - color contains mainly: red, green. Hex color #474741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474741 is #B8B8BE. Grayscale: #464646. Windows color (decimal): -12105919 or 4278087. OLE color: 4278087.

HSL color Cylindrical-coordinate representation of color #474741: hue angle of 60º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #474741 is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB717165-
CMYK000.080.72
HSL60º4.41%26.67%-
HSV(B)60º8.45%27.84%-
XYZ5.816.235.9-
YUV70.32125128.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.30%
GREEN value IS 71 (28.12% from 255) = 34.30%
BLUE value IS 65 (25.78% from 255) = 31.40%
R=34.30%
G=34.30%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal717165000.080.72604.4126.67
Hex474741008483c41b
Octal107107101001011074433
Binary100011110001111000001001000100100011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474741; }

 p { color: rgb(71,71,65); }

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

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

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

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

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

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

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