Html Css Color HEX #494747 Charcoal

📋 copy color: '#494747'

red 73 ◦ green 71 ◦ blue 71

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

Shades of Charcoal #494747

Tints of Charcoal #494747

RGB

 RED value IS 73 (28.91% from 255) = 33.95%

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

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

R = 33.95%
G = 33.02%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#494747 (or 0x494747) is known color: Charcoal. HEX triplet: 49, 47 and 47. RGB value is (73,71,71). Sum of RGB (Red+Green+Blue) = 73+71+71=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 71 (28.12% from 255 or 33.02% from 215); Max value from RGB is 73 - color contains mainly: red. Hex color #494747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494747 is #B6B8B8. Grayscale: #474747. Windows color (decimal): -11974841 or 4671305. OLE color: 4671305.

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

Color convert

RGB 73 71 71 -
CMYK 0 0.03 0.03 0.71
HSL 0.01% 0.28% -
HSV(B) 0.03% 0.29% -
XYZ 6.14 6.38 6.87 -
YUV 71.6 127.66 129 -
System Red Green Blue C M Y K H S L
Decimal 73 71 71 0 0.03 0.03 0.71 0 0.01 0.28
Hex 49 47 47 0 3 3 47 0 1 1C
Octal 111 107 107 0 3 3 107 0 1 34
Binary 1001001 1000111 1000111 0 11 11 1000111 0 1 11100

Color Harmonies of #494747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494747

Black with #494747

Text Example


Text Example

White with #494747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494747; }

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

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

background-color css

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

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

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

border-color css

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

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

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