Html Css Color HEX #4A4444 Charcoal

📋 copy color: '#4A4444'

red 74 ◦ green 68 ◦ blue 68

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

Shades of Charcoal #4A4444

Tints of Charcoal #4A4444

RGB

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

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

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

R = 35.24%
G = 32.38%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#4A4444 (or 0x4A4444) is known color: Charcoal. HEX triplet: 4A, 44 and 44. RGB value is (74,68,68). Sum of RGB (Red+Green+Blue) = 74+68+68=210 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.24% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 68 (26.95% from 255 or 32.38% from 210); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4444 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4444 is #B5BBBB. Grayscale: #454545. Windows color (decimal): -11910076 or 4473930. OLE color: 4473930.

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

Color convert

RGB 74 68 68 -
CMYK 0 0.08 0.08 0.71
HSL 0.04% 0.28% -
HSV(B) 0.08% 0.29% -
XYZ 5.93 6.01 6.32 -
YUV 69.79 126.99 131 -
System Red Green Blue C M Y K H S L
Decimal 74 68 68 0 0.08 0.08 0.71 0 0.04 0.28
Hex 4A 44 44 0 8 8 47 0 4 1C
Octal 112 104 104 0 10 10 107 0 4 34
Binary 1001010 1000100 1000100 0 1000 1000 1000111 0 100 11100

Color Harmonies of #4A4444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4444

Black with #4A4444

Text Example


Text Example

White with #4A4444

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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