Html Css Color HEX #494848 Charcoal

📋 copy color: '#494848'

red 73 ◦ green 72 ◦ blue 72

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

Shades of Charcoal #494848

Tints of Charcoal #494848

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.18%

 BLUE value IS 72 (28.52% from 255) = 33.18%

R = 33.64%
G = 33.18%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#494848 (or 0x494848) is known color: Charcoal. HEX triplet: 49, 48 and 48. RGB value is (73,72,72). Sum of RGB (Red+Green+Blue) = 73+72+72=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 73 - color contains mainly: red. Hex color #494848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494848 is #B6B7B7. Grayscale: #484848. Windows color (decimal): -11974584 or 4737097. OLE color: 4737097.

HSL color Cylindrical-coordinate representation of color #494848: 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.01%. Process color model (Four color, CMYK) of #494848 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 72 72 -
CMYK 0 0.01 0.01 0.71
HSL 0.01% 0.28% -
HSV(B) 0.01% 0.29% -
XYZ 6.23 6.52 7.06 -
YUV 72.3 127.83 128.5 -
System Red Green Blue C M Y K H S L
Decimal 73 72 72 0 0.01 0.01 0.71 0 0.01 0.28
Hex 49 48 48 0 1 1 47 0 1 1C
Octal 111 110 110 0 1 1 107 0 1 34
Binary 1001001 1001000 1001000 0 1 1 1000111 0 1 11100

Color Harmonies of #494848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494848

Black with #494848

Text Example


Text Example

White with #494848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494848; }

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

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

background-color css

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

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

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

border-color css

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

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

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