#474841

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

Shades of Heavy Metal #474841

Tints of Heavy Metal #474841

Color information

#474841 (or 0x474841) is unknown color: approx Heavy Metal. HEX triplet: 47, 48 and 41. RGB value is (71,72,65). Sum of RGB (Red+Green+Blue) = 71+72+65=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 72 - color contains mainly: green. Hex color #474841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474841 is #B8B7BE. Grayscale: #464646. Windows color (decimal): -12105663 or 4278343. OLE color: 4278343.

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

Color convert

RGB717265-
CMYK0.0100.100.72
HSL68.57º5.11%26.86%-
HSV(B)68.57º9.72%28.24%-
XYZ5.876.365.92-
YUV70.9124.67128.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.13%
GREEN value IS 72 (28.52% from 255) = 34.62%
BLUE value IS 65 (25.78% from 255) = 31.25%
R=34.13%
G=34.62%
B=31.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7172650.0100.100.7268.575.1126.86
Hex47484110A484551b
Octal1071101011012110105533
Binary1000111100100010000011010101001000100010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474841; }

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

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

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

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

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

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

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

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