Html Css Color HEX #4D4848 Matterhorn

📋 copy color: '#4D4848'

red 77 ◦ green 72 ◦ blue 72

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

Shades of Matterhorn #4D4848

Tints of Matterhorn #4D4848

RGB

 RED value IS 77 (30.47% from 255) = 34.84%

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

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

R = 34.84%
G = 32.58%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0.70

RGB Variations

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

Color information

#4D4848 (or 0x4D4848) is known color: Matterhorn. HEX triplet: 4D, 48 and 48. RGB value is (77,72,72). Sum of RGB (Red+Green+Blue) = 77+72+72=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4848 is #B2B7B7. Grayscale: #494949. Windows color (decimal): -11712440 or 4737101. OLE color: 4737101.

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

Color convert

RGB 77 72 72 -
CMYK 0 0.06 0.06 0.70
HSL 0.03% 0.29% -
HSV(B) 0.06% 0.3% -
XYZ 6.55 6.68 7.08 -
YUV 73.5 127.16 130.5 -
System Red Green Blue C M Y K H S L
Decimal 77 72 72 0 0.06 0.06 0.70 0 0.03 0.29
Hex 4D 48 48 0 6 6 46 0 3 1D
Octal 115 110 110 0 6 6 106 0 3 35
Binary 1001101 1001000 1001000 0 110 110 1000110 0 11 11101

Color Harmonies of #4D4848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4848

Black with #4D4848

Text Example


Text Example

White with #4D4848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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