Html Css Color HEX #474646 Charcoal

📋 copy color: '#474646'

red 71 ◦ green 70 ◦ blue 70

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

Shades of Charcoal #474646

Tints of Charcoal #474646

RGB

 RED value IS 71 (28.13% from 255) = 33.65%

 GREEN value IS 70 (27.73% from 255) = 33.18%

 BLUE value IS 70 (27.73% from 255) = 33.18%

R = 33.65%
G = 33.18%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#474646 (or 0x474646) is known color: Charcoal. HEX triplet: 47, 46 and 46. RGB value is (71,70,70). Sum of RGB (Red+Green+Blue) = 71+70+70=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 71 - color contains mainly: red. Hex color #474646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474646 is #B8B9B9. Grayscale: #464646. Windows color (decimal): -12106170 or 4605511. OLE color: 4605511.

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

Color convert

RGB 71 70 70 -
CMYK 0 0.01 0.01 0.72
HSL 0.01% 0.28% -
HSV(B) 0.01% 0.28% -
XYZ 5.89 6.16 6.67 -
YUV 70.3 127.83 128.5 -
System Red Green Blue C M Y K H S L
Decimal 71 70 70 0 0.01 0.01 0.72 0 0.01 0.28
Hex 47 46 46 0 1 1 48 0 1 1C
Octal 107 106 106 0 1 1 110 0 1 34
Binary 1000111 1000110 1000110 0 1 1 1001000 0 1 11100

Color Harmonies of #474646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474646

Black with #474646

Text Example


Text Example

White with #474646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474646; }

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

 H1.HeaderClassName
 {
   color: #474646;
 }
 .AnyTagClassName
 {
   color: #474646;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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