#4F4A4A

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

Shades of Matterhorn #4F4A4A

Tints of Matterhorn #4F4A4A

Color information

#4F4A4A (or 0x4F4A4A) is unknown color: approx Matterhorn. HEX triplet: 4F, 4A and 4A. RGB value is (79,74,74). Sum of RGB (Red+Green+Blue) = 79+74+74=227 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.80% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4A4A is #B0B5B5. Grayscale: #4B4B4B. Windows color (decimal): -11580854 or 4868687. OLE color: 4868687.

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

Color convert

RGB797474-
CMYK00.060.060.69
HSL3.27%30%-
HSV(B)6.33%30.98%-
XYZ6.917.057.48-
YUV75.5127.16130.5-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.80%
GREEN value IS 74 (29.30% from 255) = 32.60%
BLUE value IS 74 (29.30% from 255) = 32.60%
R=34.80%
G=32.60%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79747400.060.060.6903.2730
Hex4F4A4A06645031e
Octal1171121120661050336
Binary1001111100101010010100110110100010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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