Html Css Color HEX #474747 Charcoal

📋 copy color: '#474747'

red 71 ◦ green 71 ◦ blue 71

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

Shades of Charcoal #474747

Tints of Charcoal #474747

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.33%

 BLUE value IS 71 (28.13% from 255) = 33.33%

R = 33.33%
G = 33.33%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#474747 (or 0x474747) is known color: Charcoal. HEX triplet: 47, 47 and 47. RGB value is (71,71,71). Sum of RGB (Red+Green+Blue) = 71+71+71=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 71 - color contains mainly: red, green, blue. Hex color #474747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474747 is #B8B8B8. Grayscale: #474747. Windows color (decimal): -12105913 or 4671303. OLE color: 4671303.

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

Color convert

RGB 71 71 71 -
CMYK 0 0 0 0.72
HSL 0% 0.28% -
HSV(B) 0% 0.28% -
XYZ 5.99 6.3 6.86 -
YUV 71 128 128 -
System Red Green Blue C M Y K H S L
Decimal 71 71 71 0 0 0 0.72 0 0 0.28
Hex 47 47 47 0 0 0 48 0 0 1C
Octal 107 107 107 0 0 0 110 0 0 34
Binary 1000111 1000111 1000111 0 0 0 1001000 0 0 11100

Color Harmonies of #474747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474747

Black with #474747

Text Example


Text Example

White with #474747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474747; }

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

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

background-color css

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

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

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

border-color css

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

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

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