#4F4747

Color #4F4747 Matterhorn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Matterhorn #4F4747

Tints of Matterhorn #4F4747

Color information

#4F4747 (or 0x4F4747) is unknown color: approx Matterhorn. HEX triplet: 4F, 47 and 47. RGB value is (79,71,71). Sum of RGB (Red+Green+Blue) = 79+71+71=221 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.75% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4747 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4747 is #B0B8B8. Grayscale: #494949. Windows color (decimal): -11581625 or 4671311. OLE color: 4671311.

HSL color Cylindrical-coordinate representation of color #4F4747: hue angle of 0º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4F4747 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB797171-
CMYK00.100.100.69
HSL5.33%29.41%-
HSV(B)10.13%30.98%-
XYZ6.626.626.89-
YUV73.39126.65132-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.75%
GREEN value IS 71 (28.12% from 255) = 32.13%
BLUE value IS 71 (28.12% from 255) = 32.13%
R=35.75%
G=32.13%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79717100.100.100.6905.3329.41
Hex4F47470AA45051d
Octal117107107012121050535
Binary1001111100011110001110101010101000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,71,71); }

 H1.HeaderClassName
 {
   color: #4F4747;
 }
 .AnyTagClassName
 {
   color: #4F4747;
 }
</style>
background-color css

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

 a { background-color: rgb(79,71,71); }

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

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

 span { border-color: rgb(79,71,71); }

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