Html Css Color HEX #4A4545 Charcoal

📋 copy color: '#4A4545'

red 74 ◦ green 69 ◦ blue 69

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

Shades of Charcoal #4A4545

Tints of Charcoal #4A4545

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.55%

 BLUE value IS 69 (27.34% from 255) = 32.55%

R = 34.91%
G = 32.55%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#4A4545 (or 0x4A4545) is known color: Charcoal. HEX triplet: 4A, 45 and 45. RGB value is (74,69,69). Sum of RGB (Red+Green+Blue) = 74+69+69=212 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.91% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4545 is #B5BABA. Grayscale: #464646. Windows color (decimal): -11909819 or 4539722. OLE color: 4539722.

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

Color convert

RGB 74 69 69 -
CMYK 0 0.07 0.07 0.71
HSL 0.03% 0.28% -
HSV(B) 0.07% 0.29% -
XYZ 6.03 6.14 6.5 -
YUV 70.5 127.16 130.5 -
System Red Green Blue C M Y K H S L
Decimal 74 69 69 0 0.07 0.07 0.71 0 0.03 0.28
Hex 4A 45 45 0 7 7 47 0 3 1C
Octal 112 105 105 0 7 7 107 0 3 34
Binary 1001010 1000101 1000101 0 111 111 1000111 0 11 11100

Color Harmonies of #4A4545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4545

Black with #4A4545

Text Example


Text Example

White with #4A4545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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