Html Css Color HEX #494949 Charcoal

📋 copy color: '#494949'

red 73 ◦ green 73 ◦ blue 73

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

Shades of Charcoal #494949

Tints of Charcoal #494949

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.33%

 BLUE value IS 73 (28.91% 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.71

RGB Variations

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

Color information

#494949 (or 0x494949) is known color: Charcoal. HEX triplet: 49, 49 and 49. RGB value is (73,73,73). Sum of RGB (Red+Green+Blue) = 73+73+73=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 73 - color contains mainly: red, green, blue. Hex color #494949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494949 is #B6B6B6. Grayscale: #494949. Windows color (decimal): -11974327 or 4802889. OLE color: 4802889.

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

Color convert

RGB 73 73 73 -
CMYK 0 0 0 0.71
HSL 0% 0.29% -
HSV(B) 0% 0.29% -
XYZ 6.33 6.66 7.26 -
YUV 73 128 128 -
System Red Green Blue C M Y K H S L
Decimal 73 73 73 0 0 0 0.71 0 0 0.29
Hex 49 49 49 0 0 0 47 0 0 1D
Octal 111 111 111 0 0 0 107 0 0 35
Binary 1001001 1001001 1001001 0 0 0 1000111 0 0 11101

Color Harmonies of #494949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494949

Black with #494949

Text Example


Text Example

White with #494949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494949; }

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

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

background-color css

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

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

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

border-color css

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

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

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