Html Css Color HEX #494040 Charcoal

📋 copy color: '#494040'

red 73 ◦ green 64 ◦ blue 64

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

Shades of Charcoal #494040

Tints of Charcoal #494040

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.84%

 BLUE value IS 64 (25.39% from 255) = 31.84%

R = 36.32%
G = 31.84%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#494040 (or 0x494040) is known color: Charcoal. HEX triplet: 49, 40 and 40. RGB value is (73,64,64). Sum of RGB (Red+Green+Blue) = 73+64+64=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 73 - color contains mainly: red. Hex color #494040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494040 is #B6BFBF. Grayscale: #424242. Windows color (decimal): -11976640 or 4210761. OLE color: 4210761.

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

Color convert

RGB 73 64 64 -
CMYK 0 0.12 0.12 0.71
HSL 0.07% 0.27% -
HSV(B) 0.12% 0.29% -
XYZ 5.51 5.45 5.61 -
YUV 66.69 126.48 132.5 -
System Red Green Blue C M Y K H S L
Decimal 73 64 64 0 0.12 0.12 0.71 0 0.07 0.27
Hex 49 40 40 0 C C 47 0 7 1B
Octal 111 100 100 0 14 14 107 0 7 33
Binary 1001001 1000000 1000000 0 1100 1100 1000111 0 111 11011

Color Harmonies of #494040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494040

Black with #494040

Text Example


Text Example

White with #494040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494040; }

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

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

background-color css

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

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

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

border-color css

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

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

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