Html Css Color HEX #4A4040 Charcoal

📋 copy color: '#4A4040'

red 74 ◦ green 64 ◦ blue 64

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

Shades of Charcoal #4A4040

Tints of Charcoal #4A4040

RGB

 RED value IS 74 (29.3% from 255) = 36.63%

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

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

R = 36.63%
G = 31.68%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#4A4040 (or 0x4A4040) is known color: Charcoal. HEX triplet: 4A, 40 and 40. RGB value is (74,64,64). Sum of RGB (Red+Green+Blue) = 74+64+64=202 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.63% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4040 is #B5BFBF. Grayscale: #434343. Windows color (decimal): -11911104 or 4210762. OLE color: 4210762.

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

Color convert

RGB 74 64 64 -
CMYK 0 0.14 0.14 0.71
HSL 0.07% 0.27% -
HSV(B) 0.14% 0.29% -
XYZ 5.58 5.49 5.62 -
YUV 66.99 126.31 133 -
System Red Green Blue C M Y K H S L
Decimal 74 64 64 0 0.14 0.14 0.71 0 0.07 0.27
Hex 4A 40 40 0 E E 47 0 7 1B
Octal 112 100 100 0 16 16 107 0 7 33
Binary 1001010 1000000 1000000 0 1110 1110 1000111 0 111 11011

Color Harmonies of #4A4040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4040

Black with #4A4040

Text Example


Text Example

White with #4A4040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A4040; }

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

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

background-color css

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

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

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

border-color css

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

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

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