#4F4B4B

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

Shades of Matterhorn #4F4B4B

Tints of Matterhorn #4F4B4B

Color information

#4F4B4B (or 0x4F4B4B) is unknown color: approx Matterhorn. HEX triplet: 4F, 4B and 4B. RGB value is (79,75,75). Sum of RGB (Red+Green+Blue) = 79+75+75=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4B4B is #B0B4B4. Grayscale: #4C4C4C. Windows color (decimal): -11580597 or 4934479. OLE color: 4934479.

HSL color Cylindrical-coordinate representation of color #4F4B4B: 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.05%. Process color model (Four color, CMYK) of #4F4B4B is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB797575-
CMYK00.050.050.69
HSL2.6%30.2%-
HSV(B)5.06%30.98%-
XYZ7.017.27.68-
YUV76.2127.33130-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.50%
GREEN value IS 75 (29.69% from 255) = 32.75%
BLUE value IS 75 (29.69% from 255) = 32.75%
R=34.50%
G=32.75%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79757500.050.050.6902.630.2
Hex4F4B4B05545031e
Octal1171131130551050336
Binary1001111100101110010110101101100010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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