Html Css Color HEX #494444 Charcoal

📋 copy color: '#494444'

red 73 ◦ green 68 ◦ blue 68

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

Shades of Charcoal #494444

Tints of Charcoal #494444

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.54%

 BLUE value IS 68 (26.95% from 255) = 32.54%

R = 34.93%
G = 32.54%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#494444 (or 0x494444) is known color: Charcoal. HEX triplet: 49, 44 and 44. RGB value is (73,68,68). Sum of RGB (Red+Green+Blue) = 73+68+68=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 73 - color contains mainly: red. Hex color #494444 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494444 is #B6BBBB. Grayscale: #454545. Windows color (decimal): -11975612 or 4473929. OLE color: 4473929.

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

Color convert

RGB 73 68 68 -
CMYK 0 0.07 0.07 0.71
HSL 0.04% 0.28% -
HSV(B) 0.07% 0.29% -
XYZ 5.86 5.97 6.31 -
YUV 69.5 127.16 130.5 -
System Red Green Blue C M Y K H S L
Decimal 73 68 68 0 0.07 0.07 0.71 0 0.04 0.28
Hex 49 44 44 0 7 7 47 0 4 1C
Octal 111 104 104 0 7 7 107 0 4 34
Binary 1001001 1000100 1000100 0 111 111 1000111 0 100 11100

Color Harmonies of #494444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494444

Black with #494444

Text Example


Text Example

White with #494444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494444; }

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

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

background-color css

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

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

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

border-color css

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

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

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