Html Css Color HEX #4C4A4A Matterhorn

📋 copy color: '#4C4A4A'

red 76 ◦ green 74 ◦ blue 74

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

Shades of Matterhorn #4C4A4A

Tints of Matterhorn #4C4A4A

RGB

 RED value IS 76 (30.08% from 255) = 33.93%

 GREEN value IS 74 (29.3% from 255) = 33.04%

 BLUE value IS 74 (29.3% from 255) = 33.04%

R = 33.93%
G = 33.04%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#4C4A4A (or 0x4C4A4A) is known color: Matterhorn. HEX triplet: 4C, 4A and 4A. RGB value is (76,74,74). Sum of RGB (Red+Green+Blue) = 76+74+74=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4A4A is #B3B5B5. Grayscale: #4A4A4A. Windows color (decimal): -11777462 or 4868684. OLE color: 4868684.

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

Color convert

RGB 76 74 74 -
CMYK 0 0.03 0.03 0.70
HSL 0.01% 0.29% -
HSV(B) 0.03% 0.3% -
XYZ 6.67 6.93 7.46 -
YUV 74.6 127.66 129 -
System Red Green Blue C M Y K H S L
Decimal 76 74 74 0 0.03 0.03 0.70 0 0.01 0.29
Hex 4C 4A 4A 0 3 3 46 0 1 1D
Octal 114 112 112 0 3 3 106 0 1 35
Binary 1001100 1001010 1001010 0 11 11 1000110 0 1 11101

Color Harmonies of #4C4A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4A4A

Black with #4C4A4A

Text Example


Text Example

White with #4C4A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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