#474840

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

Shades of Heavy Metal #474840

Tints of Heavy Metal #474840

Color information

#474840 (or 0x474840) is unknown color: approx Heavy Metal. HEX triplet: 47, 48 and 40. RGB value is (71,72,64). Sum of RGB (Red+Green+Blue) = 71+72+64=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 72 - color contains mainly: green. Hex color #474840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474840 is #B8B7BF. Grayscale: #464646. Windows color (decimal): -12105664 or 4212807. OLE color: 4212807.

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

Color convert

RGB717264-
CMYK0.0100.110.72
HSL67.5º5.88%26.67%-
HSV(B)67.5º11.11%28.24%-
XYZ5.846.345.77-
YUV70.79124.17128.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.30%
GREEN value IS 72 (28.52% from 255) = 34.78%
BLUE value IS 64 (25.39% from 255) = 30.92%
R=34.30%
G=34.78%
B=30.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7172640.0100.110.7267.55.8826.67
Hex47484010B484461b
Octal1071101001013110104633
Binary1000111100100010000001010111001000100010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474840; }

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

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

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

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

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

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

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

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