#474040

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

Shades of Charcoal #474040

Tints of Charcoal #474040

Color information

#474040 (or 0x474040) is unknown color: approx Charcoal. HEX triplet: 47, 40 and 40. RGB value is (71,64,64). Sum of RGB (Red+Green+Blue) = 71+64+64=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 71 - color contains mainly: red. Hex color #474040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474040 is #B8BFBF. Grayscale: #424242. Windows color (decimal): -12107712 or 4210759. OLE color: 4210759.

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

Color convert

RGB716464-
CMYK00.100.100.72
HSL5.19%26.47%-
HSV(B)9.86%27.84%-
XYZ5.365.385.61-
YUV66.09126.82131.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.68%
GREEN value IS 64 (25.39% from 255) = 32.16%
BLUE value IS 64 (25.39% from 255) = 32.16%
R=35.68%
G=32.16%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71646400.100.100.7205.1926.47
Hex4740400AA48051a
Octal107100100012121100532
Binary1000111100000010000000101010101001000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474040; }

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

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

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

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

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

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

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

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