Html Css Color HEX #474040 Charcoal

📋 copy color: '#474040'

red 71 ◦ green 64 ◦ blue 64

#474040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charcoal #474040

Tints of Charcoal #474040

RGB

 RED value IS 71 (28.13% 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 value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#474040 (or 0x474040) is known color: 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

RGB 71 64 64 -
CMYK 0 0.10 0.10 0.72
HSL 0.05% 0.26% -
HSV(B) 0.1% 0.28% -
XYZ 5.36 5.38 5.61 -
YUV 66.09 126.82 131.5 -
System Red Green Blue C M Y K H S L
Decimal 71 64 64 0 0.10 0.10 0.72 0 0.05 0.26
Hex 47 40 40 0 A A 48 0 5 1A
Octal 107 100 100 0 12 12 110 0 5 32
Binary 1000111 1000000 1000000 0 1010 1010 1001000 0 101 11010

Color Harmonies of #474040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474040

Black with #474040

Text Example


Text Example

White with #474040

Text Example


Text Example

HTML Codes & Css Web 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>